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:
permuteandbootstraplmand output the results as atidytable. - tidy_lm_permute:
permutelmand output the results as atidytable. - tidy_lm_add_r_squared: add r.squared and adj.r.squared to
tidytable oflmresults. - tidy_lm_add_multiple_comparison_correction: add a column of multiple-comparison corrected p-values to
tidytable oflmresults. - tidy_lm_add_logical_significance: add a logical column of significance comparing p-values to alpha to
tidytable oflmresults.
#install.packages(devtools)
devtools::install_github("epongpipat/bootPermBroom")
This package relies on the following tidyverse packages: broom, dplyr, modelr, tibble, and tidyr.