README.md

Build
Status CRAN_Status_Badge

statsr

The R package statsr provides functions and datasets to support the Coursera Statistics with R Specialization videos and open access book An Introduction to Bayesian Thinking for learning Bayesian and frequentist statistics using R.

To install the latest version from github, verify that there is a passing badge above on the README page. In R enter

library(devtools)
devtools::install_github("statswithr/statsr",
                         dependencies=TRUE,
                         upgrade_dependencies = TRUE)

This will install the packages and any packages that are required, as well as updating any installed packages to their latest versions.



Try the statsr package in your browser

Any scripts or data that you put into this service are public.

statsr documentation built on Jan. 23, 2021, 1:05 a.m.