loglike.gaussian.unconstrained {depCensoring} | R Documentation |
Log-likelihood function for the Gaussian copula.
Description
This likelihood function is maximized to estimate the model parameters under the Gaussian copula.
Usage
loglike.gaussian.unconstrained(para, Y, Delta, Dist.T, Dist.C)
Arguments
para |
Estimated parameter values/initial values. |
Y |
Follow-up time. |
Delta |
Censoring indicator. |
Dist.T |
The distribution to be used for the survival time T. This argument can only the value |
Dist.C |
The distribution to be used for the censoring time C. This argument can only the value |
Value
Maximized log-likelihood value.
[Package depCensoring version 0.1.7 Index]