-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathLinks.qmd
46 lines (27 loc) · 2.16 KB
/
Links.qmd
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
35
36
37
38
39
40
41
42
43
44
# Links
This notebook gives links to online sources related to R and Python and statistics with complete online examples..
## Online Tutorials (R and Python)
[An Introduction to R](http://cran.r-project.org/doc/manuals/r-release/R-intro.html)
: The official guidance from _The Comprehensive R Archive Network (CRAN)_. May not be always the most compelling introduction but exhaustive at least.
[Quick-R](http://www.statmethods.net)
: Really good source of R examples for almost all operations (manipulation, representation, functions, syntax, stats, figures, etc.).
[R tutorials](http://www.cyclismo.org/tutorial/R/)
: Another fairly clear collection of tutorials.
[RStudio online learning pages](http://www.rstudio.com/resources/training/online-learning/#R)
: [R Studio](http://www.rstudio.com) is fancy and great visual GUI on top of the R for all platforms and they have released very useful documentations, tutorials, demos, etc.
[Advanced R](http://adv-r.had.co.nz)
: Author of the best packages, Hadley Wickham, has created this resource (book and online version).
## Statistics Handbooks with complete R scripts (online)
[Practical Regression and Anova using R](http://cran.r-project.org/doc/contrib/Faraway-PRA.pdf)
: A handbook of the basic statistical operations written by Julian Faraway.
[Data Analysis and Graphics Using R - An Example-Based Approach](http://maths-people.anu.edu.au/~johnm/r-book/daagur3.html)
: Handbook in 3rd printing, written by John Maindonald and John Braun. This source contains exercises, slides, the scripts for all graphs of the book, etc.
## Other Online Resources
[R blogger](http://www.r-bloggers.com)
: Multipurpose source for news and latest issues in R.
[Collection of Resources at CRAN](http://cran.r-project.org/other-docs.html)
: Large collection of different resources (e.g. R for Matlab-minded, Fitting Distributions with R, Reference Cards, Data-mining with R, and so on).
[R Documentation](http://www.rdocumentation.org)
: Searchable online documentation
[StackOverflow](http://stackoverflow.com/questions/tagged/r)
: Forum of questions and answers about computer programming, including R. Contains over 120,000 questions related to R.