View source: R/CopulaBasedCoxPH_pseudoLikelihoodFunctions.R
LikCopInd | R Documentation |
Loglikehood function under independent censoring
LikCopInd(theta, resData, X, W, lhat, cumL, dist)
theta |
Estimated parameter values/initial values for finite dimensional parameters |
resData |
Data matrix with three columns; Z = the observed survival time, d1 = the censoring indicator of T and d2 = the censoring indicator of C. |
X |
Data matrix with covariates related to T |
W |
Data matrix with covariates related to C. First column of W should be ones |
lhat |
The estimated hazard function obtained from the output of |
cumL |
The estimated cumulative hazard function from the output of |
dist |
The distribution to be used for the dependent censoring C. Only two distributions are allowed, i.e, Weibull
and lognormal distributions. With the value |
Maximized log-likelihood value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.