summary.ciregic_aipw | R Documentation |
ciregic_aipw
summary
method for class ciregic_aipw
## S3 method for class 'ciregic_aipw' summary(object, ...)
object |
an object of class |
... |
further arguments |
The function summary.ciregic_aipw
returns the coefficients, bootstrap standard errors, and etc. Additionally, 'significance star' is included.
The function summary.ciregic_aipw
returns a list of summary statistics of the model from object
.
varnames |
a vector containing variable names |
coefficients |
a vector of the regression coefficient estimates |
se |
a bootstrap standard error of the coefficients |
z |
z value of the estimated coefficients |
p |
p value of the estimated coefficients |
call |
a matched call |
The fitted semiparametric regression on cumulative incidence function with interval-censored competing risks data ciregic_aipw
and values of the predicted cumulative incidence functions predict.ciregic_aipw
## Continuing the ciregic_aipw(...) example sfit <- summary(fit_aipw) sfit
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.