zoukankan      html  css  js  c++  java
  • 《R News》摘录-1

    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()
  • 相关阅读:
    PHP程序员的40点陋习
    配置php.ini实现PHP文件上传功能
    PHP的线程安全与非线程安全版本的区别
    IIS下PHP的三种配置方式比较
    fir.im Weekly
    fir.im Weekly
    fir.im Weekly
    fir.im Weekly
    fir.im Weekly
    fir.im Weekly
  • 原文地址:https://www.cnblogs.com/tmmuyb/p/3770308.html
Copyright © 2011-2022 走看看