1 / 63
文档名称:

R语言与统计分析课件.ppt

格式:ppt   大小:1,242KB   页数:63页
下载后只包含 1 个 PPT 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

R语言与统计分析课件.ppt

上传人:gxngqvk 2022/8/4 文件大小:1.21 MB

下载得到文件列表

R语言与统计分析课件.ppt

相关文档

文档介绍

文档介绍:R语言—介绍
数理信息学院
汤银才
*
第1页,共63页。
R介绍
为什么要学****R语言
R的资源
资料与文献
网站
统计分析软件包
R的运行平台
R_GUI
R_Commander
R_WinEdt
R_ESS+, SAS, SPSS, Stata等软件的数据
normix – 混合正态分布分析
nortest – 正态分布的Anderson-Darling检验
MCMCpack – 基于Gibbs抽样的MCMC抽样方法
fracdiff – 分数差分模型的极大似然估计
还有很多……
*
第8页,共63页。
参考资料
随软件所附pdf文档(help->manuals),随版本更新:
. Venables, . Smith and the R DCT: Introduction to R -- Notes on R: A Programming Environment for Data Analysis and Graphics, 2003.
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
*
第9页,共63页。
Kurt Hornik, R FAQ, Version -1, 2003-10-07
B. D. Ripley, R for Windows FAQ, Version for rw1080
R Html Help, Statistical Data Analysis
其它PDF/HTML文件:
Kickstarting R, -/ Lemon-kickstart/
R examples, Alison Gibbs, / Winter04/Sta248/
*
第10页,共63页。
*Ko-Kang Wang, Introduction to R for Statisticians,2004
. Maindonald, Using R for Data Analysis and Graphics – An Introduction, 2001
. 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 /
*
第11页,共63页。
近期畅销书:
Peter Dalgaard, Introductory Statistics with R, Springer, 2002
John Maindonald, John Braun, Data Analysis and Graphics Using R -- An Example-based Approach, Cambridge University Press,2003
John Fox, An R and S-Plus Companion to Applied Regression, Sage Publications, Inc., 2002
*
第12页,共63页。
R的运行平台-1
R_GUI
启动R,我们看到R GUI (graphic user’s interface)的主窗口, 它由三部分组成
主菜单
工具条
R console (R的运行窗口)
R console
你的主要工作是在这里通过发布命令来完成的,包括数据集的建立,数据的分析,作图等.
在这里你可以得到在线帮助
() H