Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erictleung/poofsi
:zap: Learn concepts from Nature Methods' series "Points of Significance"
https://github.com/erictleung/poofsi
learning nature package r statistics
Last synced: 12 days ago
JSON representation
:zap: Learn concepts from Nature Methods' series "Points of Significance"
- Host: GitHub
- URL: https://github.com/erictleung/poofsi
- Owner: erictleung
- License: mit
- Created: 2016-09-22T01:14:57.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-04T01:13:50.000Z (almost 7 years ago)
- Last Synced: 2024-11-04T12:46:53.446Z (about 2 months ago)
- Topics: learning, nature, package, r, statistics
- Language: R
- Homepage: http://www.nature.com/collections/qghhqm/pointsofsignificance
- Size: 30.3 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# poofsi
Learn concepts from Nature's "Points of Significance"
R package to demonstrate concepts taught in the Nature Method series ["Points
of Significance"][pos]. Covers topics such as (but not limited to) importance
of being uncertain, visualizing data, and experimental designs.`poofsi` comes from "**Po**ints **of** **Si**gnificance."
Another similar series on statistics is given by *Critical Care*, which
includes a [14 part series on medical statistics][cc].[pos]: http://www.nature.com/collections/qghhqm/pointsofsignificance
[cc]: http://www.biomedcentral.com/collections/CC-Medical## Installation
```R
install.packages("devtools")
devtools::install_github("erictleung/poofsi")
```## License
MIT