Visual Statistics. Use R!
- Most recent version of the R book; the same or earlier version is available from CRAN
- Book data
- All R commands from the book (one R script)
- One page R reference card
- Ripeline: R-based DNA sequence analysis pipeline -- directory and Github
- Rmanual: R- and LaTeX-based automatic natural history manual -- directory and Github; also example 1 and example 2
- "shipunov" CRAN package, development version
to use the last development version, macOS and Linux users should run from R:
> install.packages("http://ashipunov.me/r/shipunov.tar.gz", repos=NULL)
whereas Windows (only!) users should run from R:
> install.packages("http://ashipunov.me/r/shipunov.zip", repos=NULL)
- "smirnov" CRAN package
- "tapkee" CRAN package, development version
- Open data repository
- Machine Learning at Home (YouTube channel)
- "Computer Literacy" book
Back