Bootstrap varince estimation for the estimated regression coefficients
bssmle_se_aipw(formula, aux, data, alpha, k, do.par, nboot, w.cores = NULL)
a formula object relating survival object mSurv(v, u, event)
to a set of covariates
auxiliary variables that may be associated with the missingness and the outcome of interest
a data frame that includes the variables named in the formula argument
\(\alpha = (\alpha1, \alpha2)\) contains parameters that define the link functions from class of generalized odds-rate transformation models. The components \(\alpha1\) and \(\alpha2\) should both be \(\ge 0\). If \(\alpha1 = 0\), the user assumes the proportional subdistribution hazards model or the Fine-Gray model for the event type 1. If \(\alpha2 = 1\), the user assumes the proportional odds model for the event type 2.
a parameter that controls the number of knots in the B-spline with \(0.5 \le \)k
\( \le 1\)
using parallel computing for bootstrap calculation. If do.par = TRUE
, parallel computing will be used during the bootstrap estimation of the variance-covariance matrix for the regression parameter estimates.
a number of bootstrap samples for estimating variances and covariances of the estimated regression coefficients. If nboot = 0
, the function ciregic
does dot perform bootstrap estimation of the variance matrix of the regression parameter estimates and returns NA
in the place of the estimated variance matrix of the regression parameter estimates.
a number of cores that are assigned (the default is NULL
)
The function bssmle_aipw_se
returns a list of components:
a list of number of bootstrap samples that did not converge
a number of bootstrap converged
an estimated bootstrap variance-covariance matrix of the estimated regression coefficients
The function bssmle_aipw_se
estimates bootstrap standard errors for the estimated regression coefficients from the function bssmle
.