SolveHt1 {depCensoring} | R Documentation |
Estimating equation for Ht1
Description
This function obtains an estimating equation of H at the first observed survival time t1.
Usage
SolveHt1(Ht1, Z, nu, t, X, W, theta)
Arguments
Ht1 |
The solver solves for an optimal value of Ht1 by equating the estimating equation to zero. |
Z |
The observed survival time, which is the minimum of T, C and A. |
nu |
The censoring indicator for T or C |
t |
A fixed time point |
X |
Data matrix with covariates related to T. |
W |
Data matrix with covariates related to C. |
theta |
Vector of parameters |
[Package depCensoring version 0.1.5 Index]