Skip to content
/ lsr Public

R package associated with "Learning Statistics with R"

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

djnavarro/lsr

Repository files navigation

lsr

CRAN status R-CMD-check codecov

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")

Note

I am in the process of updating the package after a long hiatus. The long-term plan for the package is maintenance-focused: it is unlikely to see new functionality or API changes, but I intend to extend unit tests, improve the internals, and generally make the package more reliable. Breaking changes will be avoided except as needed to fix erroneous results.

About

R package associated with "Learning Statistics with R"

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Packages

No packages published

Languages