Skip to content

A package to permute and bootstrap an analysis using lm and append useful statistics to a tidy table

License

Notifications You must be signed in to change notification settings

epongpipat/bootPermBroom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

A package to permute and bootstrap an analysis using lm and append useful statistics to a tidy table

Website: https://ekarinpongpipat.com/bootPermBroom/

Functions

  1. tidy_lm_bootstrap_permute: permute and bootstrap lm and output the results as a tidy table.
  2. tidy_lm_permute: permute lm and output the results as a tidy table.
  3. tidy_lm_add_r_squared: add r.squared and adj.r.squared to tidy table of lm results.
  4. tidy_lm_add_multiple_comparison_correction: add a column of multiple-comparison corrected p-values to tidy table of lm results.
  5. tidy_lm_add_logical_significance: add a logical column of significance comparing p-values to alpha to tidy table of lm results.

Installation

#install.packages(devtools)
devtools::install_github("epongpipat/bootPermBroom")

Acknowledgements

This package relies on the following tidyverse packages: broom, dplyr, modelr, tibble, and tidyr.

About

A package to permute and bootstrap an analysis using lm and append useful statistics to a tidy table

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages