statsr
Companion package for the Coursera Statistics with R specialization
Science Score: 10.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
3 of 9 committers (33.3%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.0%) to scientific vocabulary
Keywords
bayesian-inference
coursera
statistics
Last synced: 6 months ago
·
JSON representation
Repository
Companion package for the Coursera Statistics with R specialization
Basic Info
- Host: GitHub
- Owner: StatsWithR
- License: other
- Language: R
- Default Branch: master
- Size: 3.57 MB
Statistics
- Stars: 73
- Watchers: 11
- Forks: 84
- Open Issues: 6
- Releases: 0
Topics
bayesian-inference
coursera
statistics
Created almost 10 years ago
· Last pushed about 5 years ago
Metadata Files
Readme
License
README.Rmd
---
output: github_document
---
```{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.
Owner
- Name: StatsWithR
- Login: StatsWithR
- Kind: organization
- Website: https://www.coursera.org/specializations/statistics
- Repositories: 4
- Profile: https://github.com/StatsWithR
Course materials for the Statistics with R Specialization on Coursera
GitHub Events
Total
- Watch event: 2
- Fork event: 3
Last Year
- Watch event: 2
- Fork event: 3
Committers
Last synced: over 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Colin Rundel | r****l@g****m | 65 |
| merliseclyde | c****e@s****u | 56 |
| mine-cetinkaya-rundel | m****e@s****u | 40 |
| Mine Çetinkaya-Rundel | c****e@g****m | 6 |
| Merlise Clyde | c****e@M****l | 3 |
| merliseclyde | c****e@d****u | 3 |
| Kyle Burris | K****1@K****l | 1 |
| Andrew Panufnik | a****k@g****m | 1 |
| Kyle Burris | b****k | 1 |
Committer Domains (Top 20 + Academic)
stat.duke.edu: 2
duke.edu: 1
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 14
- Total pull requests: 5
- Average time to close issues: about 2 months
- Average time to close pull requests: 9 days
- Total issue authors: 14
- Total pull request authors: 4
- Average comments per issue: 1.93
- Average comments per pull request: 0.4
- Merged pull requests: 3
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- luiandresgonzalez (1)
- thoughtfulbloke (1)
- yybalam (1)
- signorec (1)
- ElMejorDelPlaneta (1)
- hmehta2016 (1)
- maxipagliero (1)
- merliseclyde (1)
- dennisi (1)
- dohjung (1)
- KenneySnell (1)
- jaekookang (1)
- FaroukGhana (1)
- grover4 (1)
Pull Request Authors
- burrisk (2)
- alanarnholt (1)
- pafnucy (1)
- pmembrey (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 1,766 last-month
- Total dependent packages: 0
- Total dependent repositories: 3
- Total versions: 3
- Total maintainers: 1
cran.r-project.org: statsr
Companion Software for the Coursera Statistics with R Specialization
- Homepage: https://github.com/StatsWithR/statsr
- Documentation: http://cran.r-project.org/web/packages/statsr/statsr.pdf
- License: MIT + file LICENSE
-
Latest release: 0.3.0
published about 5 years ago
Rankings
Forks count: 0.7%
Stargazers count: 5.3%
Downloads: 8.6%
Average: 12.0%
Dependent repos count: 16.5%
Dependent packages count: 28.8%
Maintainers (1)
Last synced:
6 months ago
Dependencies
DESCRIPTION
cran
- BayesFactor * depends
- R >= 3.3.0 depends
- broom * imports
- cubature * imports
- dplyr * imports
- ggplot2 * imports
- gridExtra * imports
- knitr * imports
- rmarkdown * imports
- shiny * imports
- tibble * imports
- tidyr * imports
- utils * imports
- HistData * suggests
- spelling * suggests
- testthat >= 3.0.0 suggests