首页 > 技术文章 > 《R News》摘录-1

tmmuyb 2014-06-05 14:45 原文

R作者:Robert Gentleman,Ross Ihaka

 

《R News》编辑

  • Kurt Hornik (Kurt.Hornik@ci.tuwien.ac.at
  • Friedrich Leisch  (Friedrich.Leisch@ci.tuwien.ac.at)

 

R是一种“GNU S”,语法类似C语言,是一种函数式编程语言(functional programming language),可与C/C++/Fortran协作

 

R的发行包里有多个统计分析模块

  • 线性和一般线性模型(linear and generalized linear models)
  • 非线性回归模型(nonlinear regression models)
  • 时间序列分析(time series analysis)
  • 经典的参数和非参数检验(classical parametric and nonparametric tests)
  • 聚类和平滑(clustering and smoothing)

 

R FAQ查看:help.start()

 

R档案

  • http://cran.r-project.org
  • ftp://cran.r-project.org/pub/R
  • http://cran.r-project.org/mirrors.html

R邮件列表

  • r-announce@lists.r-project.org
  • r-help@lists.r-project.org
  • r-devel@lists.r-project.org

错误报告系统

  • bugs.r-project.org
  • bug.report()

 

 

 

推荐阅读