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

knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-"
)

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")


ccrainic/upstrap documentation built on Oct. 24, 2020, 2:21 p.m.