R (programming language): Difference between revisions
Jump to navigation
Jump to search
imported>Robert Badgett (→Uses) |
imported>Robert Badgett |
||
Line 9: | Line 9: | ||
===Statistics=== | ===Statistics=== | ||
An interactive package for instructions (12 pages) on using R for statistics is available<ref name="urlCRAN - Package HSAUR2">{{cite web |url=http://cran.r-project.org/web/packages/HSAUR2/ |title=CRAN - Package HSAUR, 2nd ed |author=Torsten Hothorn; Everitt, Brian |authorlink= |coauthors= |date= |format= |work= |publisher= |pages= |language= |archiveurl= |archivedate= |quote= |accessdate=}}</ref> with a commercial book for further detail (376 pages).<ref name="isbn1-4200-7933-6">{{cite book |author=Torsten Hothorn; Everitt, Brian |authorlink= |editor= |others= |title=A Handbook of Statistical Analyses Using R, Second Edition |edition= |language= |publisher=Chapman & Hall/CRC |location=Boca Raton |year=2009 |origyear= |pages= |quote= |isbn=1-4200-7933-6 |oclc= |doi= |url= |accessdate=}}</ref> | An interactive package for instructions (12 pages) on using R for statistics is available<ref name="urlCRAN - Package HSAUR2">{{cite web |url=http://cran.r-project.org/web/packages/HSAUR2/ |title=CRAN - Package HSAUR, 2nd ed |author=Torsten Hothorn; Everitt, Brian |authorlink= |coauthors= |date= |format= |work= |publisher= |pages= |language= |archiveurl= |archivedate= |quote= |accessdate=}}</ref> with a commercial book for further detail (376 pages).<ref name="isbn1-4200-7933-6">{{cite book |author=Torsten Hothorn; Everitt, Brian |authorlink= |editor= |others= |title=A Handbook of Statistical Analyses Using R, Second Edition |edition= |language= |publisher=Chapman & Hall/CRC |location=Boca Raton |year=2009 |origyear= |pages= |quote= |isbn=1-4200-7933-6 |oclc= |doi= |url= |accessdate=}}</ref> | ||
====Mantel-Haenszel Chi-square Test==== | |||
<ref>Noguchi K, et al. [http://cran.r-project.org/web/packages/lawstat/ lawstat: An R package for biostatistics, public policy, and law]</ref><ref>[http://cran.r-project.org/web/packages/lawstat/ Cochran-Mantel-Haenszel Chi-Squared Test for Count Data]</ref> | |||
====Meta-analysis==== | ====Meta-analysis==== |
Revision as of 11:58, 31 March 2010
R is an open source programming language for statistical analysis and graphics.
Its software and manual are online at http://cran.r-project.org/. Third party books are available for learning R.[1][2]
Uses
Statistics
An interactive package for instructions (12 pages) on using R for statistics is available[3] with a commercial book for further detail (376 pages).[1]
Mantel-Haenszel Chi-square Test
Meta-analysis
- rmeta
- HSAUR2 interactive package with a chapter containing sample demonstrations, "Meta-Analysis: Nicotine Gum and Smoking Cessation and the Effcacy of BCG Vaccine in the Treatment of Tuberculosis" in "A Handbook of Statistical Analyses Using R".[3]
Recursive partitioning
- rpart package
- HSAUR2 interactive package with a chapter containing sample demonstrations, "Recursive Partitioning: Predicting Body Fat and Glaucoma Diagnosis" in "A Handbook of Statistical Analyses Using R".[3]
References
- ↑ 1.0 1.1 Torsten Hothorn; Everitt, Brian (2009). A Handbook of Statistical Analyses Using R, Second Edition. Boca Raton: Chapman & Hall/CRC. ISBN 1-4200-7933-6.
- ↑ Dalgaard, Peter. Introductory Statistics with R (Statistics and Computing). New York: Springer. ISBN 0-387-79053-5.
- ↑ 3.0 3.1 3.2 Torsten Hothorn; Everitt, Brian. CRAN - Package HSAUR, 2nd ed.
- ↑ Noguchi K, et al. lawstat: An R package for biostatistics, public policy, and law
- ↑ Cochran-Mantel-Haenszel Chi-Squared Test for Count Data