The goal of lsr is to provide tools intended to make introductory statistics easier to teach, including wrappers for common hypothesis tests and basic data manipulation. The package is associated with the introductory textbook at https://learningstatisticswithr.com
Installation
You can install the released version of lsr from CRAN with:
install.packages("lsr")And the development version from GitHub with:
# install.packages("devtools")
devtools::install_github("djnavarro/lsr")