ScoreEqn {depCensoring} | R Documentation |
Score equations of finite parameters
Description
This function computes the score vectors and the Jacobean matrix for finite model parameters.
Usage
ScoreEqn(theta, resData, X, W, H)
Arguments
theta |
Vector of parameters in the semiparametric transformation model. |
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. |
H |
The estimated non-parametric transformation function for a given value of theta |
[Package depCensoring version 0.1.5 Index]