-
Notifications
You must be signed in to change notification settings - Fork 85
Expand file tree
/
Copy pathREADME.Rmd
More file actions
34 lines (25 loc) · 1.42 KB
/
README.Rmd
File metadata and controls
34 lines (25 loc) · 1.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```
[](https://travis-ci.org/StatsWithR/statsr)
[](https://cran.r-project.org/package=statsr)
[](https://CRAN.R-project.org/package=statsr) [](https://CRAN.R-project.org/package=statsr)
# statsr
The `R` package `statsr` provides functions and datasets to support the Coursera [*Statistics with `R` Specialization*](https://www.coursera.org/specializations/statistics) videos and open access book
[*An Introduction to Bayesian Thinking*](https://statswithr.github.io/book/) 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
```{r github, echo=TRUE,eval=FALSE}
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.