欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
R
来自开放百科 - 灰狐
(版本间的差异)
小 (→图集) |
小 (→Hadoop) |
||
第36行: | 第36行: | ||
*[http://www.csdn.net/article/2011-09-28/305092 R语言为Hadoop集群数据统计分析带来革命性变化] | *[http://www.csdn.net/article/2011-09-28/305092 R语言为Hadoop集群数据统计分析带来革命性变化] | ||
*[https://github.com/RevolutionAnalytics/RHadoop/wiki RHadoop] | *[https://github.com/RevolutionAnalytics/RHadoop/wiki RHadoop] | ||
+ | |||
+ | ==数据源== | ||
+ | *Flat文件:read.table()、read.csv() | ||
+ | *Excel文件:[https://github.com/hadley/readxl readxl]、[https://cran.r-project.org/web/packages/gdata/ gdata] | ||
+ | *统计软件:SAS、SPSS、STATA,[https://github.com/hadley/haven Haven: Read SPSS, Stata and SAS files from R] | ||
+ | *数据库:[https://cran.r-project.org/web/packages/RPostgreSQL/ RPostgreSQL]、[https://cran.r-project.org/web/packages/RMySQL/ RMySQL] | ||
+ | *Web数据:[https://cran.r-project.org/web/packages/rvest/ rvest] | ||
==发行版== | ==发行版== |
2016年3月4日 (五) 12:28的版本
您可以在Wikipedia上了解到此条目的英文信息 R Thanks, Wikipedia. |
The R programming language, sometimes described as GNU S, is a programming language and software environment for statistical computing and graphics.
R的语法来自Scheme。
目录 |
安装
安装Rattle > install.packages("rattle") > install.packages("rattle", repos="http://rattle.togaware.com", type="source") > library(rattle) > rattle()
图形接口
- RStudio 是 R 的开源IDE。
- Rattle Gnome cross platform GUI for Data Mining using R
- Red-R Open source visual programming interface for R
- Deducer Intuitive, cross-platform graphical data analysis system
- RKWard Easy to use, transparent frontend
- JGR Universal and unified graphical user interface for R
- R Commander
Emacs
C++
Spark
Hadoop
数据源
- Flat文件:read.table()、read.csv()
- Excel文件:readxl、gdata
- 统计软件:SAS、SPSS、STATA,Haven: Read SPSS, Stata and SAS files from R
- 数据库:RPostgreSQL、RMySQL
- Web数据:rvest
发行版
图书
图集
链接
分享您的观点