View source: R/ParamTransfoCompRisks.R
variance.cmprsk | R Documentation |
This function computes the variance of the estimates computed by the 'estimate.cmprsk.R' function.
variance.cmprsk(
parhatc,
gammaest,
data,
admin,
conf,
inst,
cf,
eoi.indicator.names,
Zbin,
use.chol,
n.trans,
totparl
)
parhatc |
Vector of estimated parameters, computed in the first part of
|
gammaest |
Vector of estimated parameters in the regression model for the control function. |
data |
A data frame. |
admin |
Boolean value indicating whether the data contains administrative censoring. |
conf |
Boolean value indicating whether the data contains confounding
and hence indicating the presence of |
inst |
Variable encoding which approach should be used for dealing with
the confounding. |
cf |
The control function used to estimate the second step. |
eoi.indicator.names |
Vector of names of the censoring indicator columns
pertaining to events of interest. Events of interest will be modeled allowing
dependence between them, whereas all censoring events (corresponding to
indicator columns not listed in |
Zbin |
Indicator value indicating whether ( |
use.chol |
Boolean value indicating whether the cholesky decomposition was used in estimating the covariance matrix. |
n.trans |
Number of competing risks in the model (and hence, number of transformation models). |
totparl |
Total number of covariate effects (including intercepts) in all of the transformation models combined. |
Variance estimates of the provided vector of estimated parameters.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.