bssmle_se_aipw {intccr} | R Documentation |
Bootstrap varince-covariance estimation for interval-censored competing risks data and missing cause of failure
Description
Bootstrap varince estimation for the estimated regression coefficients
Usage
bssmle_se_aipw(formula, aux, data, alpha, k, do.par, nboot, w.cores = NULL)
Arguments
formula |
a formula object relating survival object |
aux |
auxiliary variables that may be associated with the missingness and the outcome of interest |
data |
a data frame that includes the variables named in the formula argument |
alpha |
|
k |
a parameter that controls the number of knots in the B-spline with |
do.par |
using parallel computing for bootstrap calculation. If |
nboot |
a number of bootstrap samples for estimating variances and covariances of the estimated regression coefficients. If |
w.cores |
a number of cores that are assigned (the default is |
Details
The function bssmle_aipw_se
estimates bootstrap standard errors for the estimated regression coefficients from the function bssmle
.
Value
The function bssmle_aipw_se
returns a list of components:
notconverged |
a list of number of bootstrap samples that did not converge |
numboot |
a number of bootstrap converged |
Sigma |
an estimated bootstrap variance-covariance matrix of the estimated regression coefficients |
Author(s)
Jun Park, jun.park@alumni.iu.edu
Giorgos Bakoyannis, gbakogia@iu.edu