- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
R语言—介绍数信息学院
学习资源
R计划的网站()了解有关R的最新信息和使用说明,得到最新版本的R软件和基于R的应用统计软件包.
R语言/软件使用示例
John Verzani, Simple R – Using R for Introductory Statistics, 2002 /Statistics/R/simpleR/index.html
J.H. Maindonald, Using R for Data Analysis and Graphics – An Introduction, 2001
Julian J. Faraway, Practical Regression and ANOVA Uing R, 2002/~faraway/快速入门:/~faraway/ stat500/introR.html
S. Chatterjee, A.S. Hadi B. Price, Regression Analysis by Example, 3rd Ed., John Wiley Sons, 2000/~hadi/RABE/
(印影版,中国统计出版社,2003)
R主页:
CRAN (Comprehensive R Archive Network),
CRAN的镜像站点 /mirrors.html
UCLA提供的关于R与S-Plus的联接,具有搜索功能
/splus/default.htm
李东风主页提供了R的Windows版本 /teachers/lidf/index.html
如果使用FTP软件(如Cuteftp)则推荐使用(匿名访问)ftp.u-aizu.ac.jp
参考资料
随软件所附pdf文档(help-manuals),随版本更新:
W.N. Venables, D.M. Smith and the R DCT: Introduction to R -- Notes on R: A Programming Environment for Data Analysis and Graphics, 2003./Rweb/Rnotes/R.html
R DCT, The R Environment for Statistical Computing and Graphics -- Reference Index,2003.
R DCT, R Data Import/Export, 2003.
R DCT, R Language Definition,2003
R DCT, Writing R Extensions,2003
Kurt Hornik, R FAQ, Version 1.8-1, 2003-10-07
B. D. Ripley, R for Windows FAQ, Version for rw1080
R Html Help, Statistical Data Analysis
其它PDF/HTML文件:
Kickstarting R, /doc/contrib/ Lemon-kickstart/
R examples, Alison Gibbs, /alisong/Teaching/ Winter04/Sta248/Rex.html
*Ko-Kang Wang, Introduction to R for Statisticians,2004
J.H. Maindonald, Using R for Data Analysis and Graphics – An Introduction, 2001
J.H. Maindonald, Using S-PLUS for Data Analysis and Graphics, 2001
Emmanuel Paradis, R for beginners
Jonathan Baron, R reference card
Bret Larget, R for Introductory Statistics, 2002
W. N. Venables and B. D. Ripley,Modern Applied
Statistics with S,4th Ed., 2002 http://www.stats.ox.ac.uk/pub/MASS4/
R的运行平台
启动R,我们看到R GUI (graphic user’s interface)的主窗口, 它由三部分组成
主菜单
工具条
R console (R的运行窗口)
R console
你的主要工作是在这里
文档评论(0)