
Bootstrap resampling parameters
add_bootstrap(psdesign, bootstrap)
A psdesign object, it must have risk model and integration model components
A bootstrap object created by ps_bootstrap
if (FALSE) {
test <- psdesign(generate_example_data(n = 100), Z = Z, Y = Y.obs, S = S.obs, BIP = BIP)
est1 <- test + integrate_parametric(S.1 ~ BIP) + risk_binary() + ps_estimate(method = "BFGS")
est1 + ps_bootstrap(method = "BFGS", start = est1$estimates$par, n.boots = 50)
}
Run the code above in your browser using DataLab