Materials accompanying the upstrap paper including vignette (.Rmd, .pdf, .html), Sleep Heart Health Study (SHHS) data, code, and figure used for the vignette
An R package called upstrap is also available
The goal of upstrap
is to provide the upstrap functionality. The upstrap resamples data with a sample size smaller or larger than the original sample size. This method allows users to see behavior of estimators in different sample sizes, commonly done for sample size calculation.
You can install upstrap
from GitHub with:
# install.packages("remotes")
remotes::install_github("ccrainic/upstrap")