Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.18 KB

README.md

File metadata and controls

24 lines (15 loc) · 1.18 KB

Travis build status AppVeyor Build Status Coverage status

upstrap

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

upstrap Package:

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.

Installation

You can install upstrap from GitHub with:

# install.packages("remotes")
remotes::install_github("ccrainic/upstrap")