brentp/bootstrip: Resampling residuals of a linear model to determine significance.

calculate p-value for a particular beta (or any measure), using a bootstrap-like measure. allows subsampling where as bootstrap is sampling with replacement. allows shuffling of residuals for linear model. the .iter version of each function will perform 200 iterations on the full dataset, then 5000 iterations on those with a simulated p-value < 2 / 200, then 1e5 iteration on probes with simulated p-value < 2 / 1e5 ... etc. So that we get higher precision at lower p-values.

Getting started

Package details

AuthorBrent Pedersen
Maintainer<bpederse@gmail.com>
LicenseMIT
Version1.0
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("brentp/bootstrip")
brentp/bootstrip documentation built on May 13, 2019, 5:11 a.m.