Learn R Programming

depCensoring (version 0.1.7)

loglike.gaussian.unconstrained: 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)

Value

Maximized log-likelihood value.

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 "lnorm".

Dist.C

The distribution to be used for the censoring time C. This argument can only the value "lnorm".