投稿问答最小化  关闭

万维书刊APP下载

R推荐资料

2022/11/23 13:58:19  阅读:141 发布者:

作者|史宏炜

来源|郭老师统计小课堂

作为统计学专业的学生,除了要掌握扎实的数理知识,也需要具有一定的编程能力,如R语言、PyhtonMatlabCC++以及Julia等。在众多软件中,R语言对于统计学研究者更加灵活方便,而且开源免费、语法简单易学同时具有丰富的拓展包。因此本推文重点介绍与统计学相关的R语言资料。

R语言官网

如今,可获的R语言学习资源丰富多彩,其中最基础最重要的是官方手册,但却很容易被大家忽视,以下是一些参考链接:

Rhttps://www.r-project.org/

R Language Definitionhttps://cran.r-project.org/doc/manuals/r-release/R-lang.pdf

An Introduction to Rhttps://cran.r-project.org/doc/manuals/r-release/R-intro.pdf

R: A Language and Environment for Statistical Computinghttps://cran.r-project.org/doc/manuals/r-release/fullrefman.pdf

R Installation and Administrationhttps://cran.r-project.org/doc/manuals/r-release/R-admin.pdf

R Data Import/Exporthttps://cran.r-project.org/doc/manuals/r-release/R-data.pdf

Writing R Extensionshttps://cran.r-project.org/doc/manuals/r-release/R-exts.pdf

R Internalshttps://cran.r-project.org/doc/manuals/r-release/R-ints.pdf

Available CRAN Packages By Namehttps://cran.r-project.org/web/packages/available_packages_by_name.html,可以重点关注每个package对应的Documentation

!!!以下资料主要参考Huang Xiangyun整理的书单 (https://github.com/XiangyunHuang/R-Tutorial) 进行介绍

R语言编程:基础到进阶

An Introduction to Rhttps://intro2r.com/Alex Douglas, Deon Roos, Francesca Mancini, Ana Couto and David Lusseau

The Book of Rhttps://web.itu.edu.tr/~tokerem/The_Book_of_R.pdfTilman M. Davies

The Art of R Programminghttp://heather.cs.ucdavis.edu/~matloff/132/NSPpart.pdfNorman Matloff

Hands-On Programming with Rhttps://web.itu.edu.tr/~tokerem/Hands-On_R.pdfGarrett Grolemund

Learning Rhttps://web.itu.edu.tr/~tokerem/Learning_R.pdfRichard Cotton

Big Book of Rhttps://bigbookofr.netlify.app/Oscar Baruffa

R Notes for Professionals bookhttps://goalkicker.com/RBook/

R语言教程》http://www.math.pku.edu.cn/teachers/lidf/docs/Rbook/html/_Rbook/index.html,李东风

The tidyverse style guidehttps://style.tidyverse.org/index.html

Tidyverse design guidehttps://design.tidyverse.org/

Advanced Rhttps://adv-r.hadley.nz/Hadley wickham

Efficient R programminghttps://csgillespie.github.io/efficientRColin Gillespie and Robin Lovelace

The R Infernohttps://www.burns-stat.com/pages/Tutor/R_inferno.pdfPatrick Burns

Rcpp for everyonehttps://teuder.github.io/rcpp4everyone_en/Masaki E. Tsuda

R Packageshttps://r-pkgs.org/Hadley Wickham and Jenny Bryan

数据科学与R语言

R for Data Science

英文原版:https://r4ds.had.co.nz/Hadley Wickham and Garrett Grolemund

中文参考1https://bookdown.org/wangminjie/R4DS/,王敏杰

中文参考2https://bookdown.org/xiangyun/r4ds/,黄湘云

Introduction to Data Science: Data Analysis and Prediction Algorithms with Rhttps://rafalab.github.io/dsbook/Rafael A. Irizarry

Data Analysis and Graphics Using R - An Example-Based Approachhttps://maths-people.anu.edu.au/~johnm/r/usingR.pdfhttps://maths-people.anu.edu.au/~johnm/r-book/daagur3.htmlJohn Maindonald and John Braun

Data Science Cheatsheethttps://github.com/aaronwangy/Data-Science-CheatsheetAaron Wang

Exploratory Data Analysis with Rhttps://bookdown.org/rdpeng/exdata/Roger D. Peng

R Programming for Data Sciencehttps://bookdown.org/rdpeng/rprogdatascience/Roger D. Peng

R tidyverse 快速入门》 https://github.com/saghirb/Getting-Started-in-RSaghir Bashir

R数据分析指南与速查册》https://bookdown.org/xiao/RAnalysisBook/,郭晓

图形可视化与R语言

《现代统计图形》https://bookdown.org/xiangyun/msg/https://msg2020.pzhao.org/,黄湘云

ggplot2: Elegant Graphics for Data Analysishttps://ggplot2-book.org/Hadley Wickham, Danielle Navarro and Thomas Lin Pedersen

Data Visualization: A Practical Introductionhttps://socviz.co/Kieran Healy

Data Visualisation with R 111 Examples (2nd Edition)http://www.datavisualisation-r.com/

Fundamentals of Data Visualizationhttps://serialmentor.com/dataviz/Claus O. Wilke

Interactive web-based data visualization with R, plotly, and shinyhttps://plotly-r.com/Carson Sievert http://www.sthda.com/english/wiki/ggplot2-essentials

统计建模与R语言

Learning statistics with Rhttps://learningstatisticswithr.com/Danielle Navarro

Improving Your Statistical Inferenceshttps://lakens.github.io/statistical_inferences/Daniël Lakens

Statistical Inference via Data Science: A ModernDive into R and the Tidyversehttps://moderndive.com/Chester Ismay and Albert Y. Kim

Modeling with Data: Tools and Techniques for Scientific Computinghttps://ben.klemens.org/pdfs/gsl_stats.pdfBen Klemens

《统计计算》http://www.math.pku.edu.cn/teachers/lidf/docs/statcomp/html/_statcompbook/index.html,李东风

Tidy Modeling with Rhttps://www.tmwr.org/Max Kuhn and Julia Silge

一些其它资料

Huang Xiangyun整理的书单:https://github.com/XiangyunHuang/R-Tutorial

更多在线书籍合集:https://bookdown.org/

一个不错的查询网站 Statistical tools for high-throughput data analysis (STHDA)http://www.sthda.com/english/wiki/r-software

转自:“量化研究方法”微信公众号

如有侵权,请联系本站删除!


  • 万维QQ投稿交流群    招募志愿者

    版权所有 Copyright@2009-2015豫ICP证合字09037080号

     纯自助论文投稿平台    E-mail:eshukan@163.com