View source: R/draw_cluster_bootstrap.R
draw_cluster_bootstrap | R Documentation |
This function is part of the cluster bootstrap optimism correction procedure described in Signorelli et al. (2021). Note that the function does not perform the random sampling, but it extracts the correct records from a dataframe, given the ids of the sampled clusters (subjects)
draw_cluster_bootstrap(df, idvar, boot.ids)
df |
a data frame in long format |
idvar |
name of the subject id in |
boot.ids |
identifiers of the subjects to be sampled |
A data frame containing the bootstrapped observations
Mirko Signorelli
Signorelli, M. (2024). pencal: an R Package for the Dynamic Prediction of Survival with Many Longitudinal Predictors. To appear in: The R Journal. Preprint: arXiv:2309.15600
Signorelli, M., Spitali, P., Al-Khalili Szigyarto, C, The MARK-MD Consortium, Tsonaka, R. (2021). Penalized regression calibration: a method for the prediction of survival outcomes using complex longitudinal and high-dimensional data. Statistics in Medicine, 40 (27), 6178-6196. DOI: 10.1002/sim.9178
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.