A package to permute
and bootstrap
an analysis using lm
and append useful statistics to a tidy
table
Website: https://ekarinpongpipat.com/bootPermBroom/
- tidy_lm_bootstrap_permute:
permute
andbootstrap
lm
and output the results as atidy
table. - tidy_lm_permute:
permute
lm
and output the results as atidy
table. - tidy_lm_add_r_squared: add r.squared and adj.r.squared to
tidy
table oflm
results. - tidy_lm_add_multiple_comparison_correction: add a column of multiple-comparison corrected p-values to
tidy
table oflm
results. - tidy_lm_add_logical_significance: add a logical column of significance comparing p-values to alpha to
tidy
table oflm
results.
#install.packages(devtools)
devtools::install_github("epongpipat/bootPermBroom")
This package relies on the following tidyverse
packages: broom
, dplyr
, modelr
, tibble
, and tidyr
.