r语言简介_R语言简介

r语言简介

R is a language and environment for statistical computing and graphics that is supported by the R Foundation for Statistical Computing. It is a GNU project which is similar to the S language and environment developed at Bell Laboratories by John Chambers. The S code can run unaltered in R but R is a different implementation of S.

R是R统计计算基金会支持的用于统计计算和图形的语言和环境。 这是一个GNU项目,类似于John Chambers在贝尔实验室开发的S语言和环境。 S代码可以在R中不变地运行,但是R是S的不同实现。

R has provided a wide variety of statistical and graphical techniques. It is also highly extensible. R provides an Open Source route to participation for research in statistical methodology. Statisticians and data miners widely use the R language for developing statistical software.

R提供了各种各样的统计和图形技术。 它也是高度可扩展的。 R为统计方法研究的参与提供了一种开放源码的途径。 统计人员和数据挖掘者广泛使用R语言来开发统计软件。

R's strengths are the ease with which it can produce well-designed publication-quality plots, including mathematical symbols and formulae.

R的优势在于可以轻松制作出精心设计的具有出版质量的图表,包括数学符号和公式。

R is available as a free software under the terms of the Free Software Foundation’s GNU. It compiles and runs on a wide variety of UNIX and Linux platforms, Windows and MacOS.

根据自由软件基金会GNU的条款, R可作为自由软件获得。 它可以编译并在各种UNIX和Linux平台,Windows和MacOS上运行。

R环境 (The R environment)

R is a great tool for software facilities for data manipulation, calculation, and graphical display. It includes:

R是软件设施中用于数据处理,计算和图形显示的出色工具。 这包括:

  1. Effective data handling and storage facility,

    有效的数据处理和存储设施,

  2. A similar set of operators for calculations on arrays and matrices,

    一组类似的运算符,用于计算数组和矩阵,

  3. A large and integrated collection of intermediate tools for data analysis,

    大量集成的中间工具,用于数据分析,

  4. Graphical facilities for data analysis and display both on screen and paper, and

    用于数据分析和在屏幕和纸上显示的图形功能,以及

  5. A simple effective and well-developed programming language that includes conditionals, loops, user defined recursive functions and input and output facilities.

    一种简单有效且经过良好开发的编程语言,包括条件,循环,用户定义的递归函数以及输入和输出功能。

The term "environment" is used to characterize the language as a fully planned and a system that works together. R is designed around a true computer language, that allows users to add additional functionality by defining new functions. Much of the system is written in the R is similar to the version of S, which makes it easy for users to follow the algorithms. For intensive computational tasks, C, C++ and Fortran code can be linked to the program and called at runtime. Users can also write C code to manipulate R objects directly.

术语“环境”用于将语言描述为经过全面计划和协同工作的系统。 R是围绕一种真正的计算机语言设计的,它允许用户通过定义新功能来添加其他功能。 用R编写的大部分系统都类似于S的版本,这使用户可以轻松地遵循算法。 对于密集的计算任务,可以将C,C ++和Fortran代码链接到程序并在运行时调用。 用户还可以编写C代码直接操作R对象。

Many users think of R as a statistics system but it is more of an environment within which statistical techniques are implemented. R has very simple and easy packages. There are about eight packages that come already installed with the R distribution and many more are available through the CRAN mirror of Internet sites covering a very wide range of modern statistics. Also, user defined packages can be created and distributed for public use which also eases the task that can be performed by R.

许多用户将R视为统计系统,但它更多地是其中实施统计技术的环境。 R有非常简单的软件包。 R发行版中已经安装了大约八个软件包,并且Internet站点的CRAN镜像还提供了更多软件包,这些软件包涵盖了非常广泛的现代统计数据。 同样,可以创建和分发用户定义的包以供公共使用,这也简化了R可以执行的任务。

R has its own documentation format, which is used to supply comprehensive documentation.

R有其自己的文档格式,该文档格式用于提供全面的文档。

翻译自: https://www.includehelp.com/r/introduction-to-r-language.aspx

r语言简介

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/540786.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

linux中echo的使用方法

1.echo命令我们经常使用的选项有两个,一个是-n,表示输出之后不换行。另外一个是-e,表示对于转义字符按对应的方式处理,假设不加-e那么对于转义字符会按普通字符处理。 2.echo输出时的转义字符 \b 表示删除前面的空格 \n 表示换行 …

如何让计算机两个用户使用不同步,如何实现两台或多台电脑远程修改文件同步更新?...

说起文件同步工具,现在网上这样的程序很多,微软也为用户提供了一款免费的远程同步软件——Windows Live Sync。该程序提供的文件同步功能允许用户在两台或更多电脑上对指定的文件夹中的文件进行同步更新。小知识:文件的同步更新,就…

本地事物的简介

2019独角兽企业重金招聘Python工程师标准>>> 此章带大家回顾下本地事物的一些内容。标题 2 事物: 有一组操作构成的可靠,独立的工作单元----百度百科 事物的四大特性: A:原子性(Atomicity)事务是数据库的逻辑工作单位,事务中包括的诸操作要么全做&#x…

dbms数据库管理系统_DBMS中的数据库语言

dbms数据库管理系统DBMS数据库语言 (DBMS Database languages ) Database languages are the languages that provide the facility to specify the database schema and to express database queries and updates. They are further divided into four categories but all are…

物联网计算机相关专业吗,物联网工程属于计算机专业吗

励志语录(7qianxun.com)不是,物联网工程本身就是一个专业,属于工学范畴。本专业学生要具有较好的数学和物理基础,掌握物联网的相关理论和应用设计方法,具有较强的计算机技术和电子信息技术的能力。物联网工程专业就业前景怎么样教育装备网、物联网是继计…

第一个错误的版本_寻找第一个错误的版本

第一个错误的版本Problem statement: 问题陈述: Suppose that IncludeHelp turns to be a product company & we have a product manager leading a team to develop a new product. Unfortunately, the latest version of our product fails the quality chec…

js的JSON

把任何JavaScript对象变成JSON,就是把这个对象序列化成一个JSON格式的字符串,这样才能够通过网络传递给其他计算机。 如果我们收到一个JSON格式的字符串,只需要把它反序列化成一个JavaScript对象,就可以在JavaScript中直接使用这个…

软件可用性测试mantis,学生选课系统-软件可用性测试实验.doc

学生选课系统-软件可用性测试实验实验报告课程名称:软件测试方法和技术学生姓名:学号:院系:计算机 班级:1202 组别:1任课教师:张建东 指导老师:张建东目录一、实验目的:实…

Web 通信 之 长连接、长轮询(long polling)

基于HTTP的长连接,是一种通过长轮询方式实现"服务器推"的技术,它弥补了HTTP简单的请求应答模式的不足,极大地增强了程序的实时性和交互性。 一、什么是长连接、长轮询? 用通俗易懂的话来说,就是客户端不停的向服务器发送请求以获取最新的数据信…

scala中捕获异常_如何在Scala中引发异常?

scala中捕获异常Scala的例外 (Exceptions in Scala) Exceptions are cases or events that occur in the program at run time and hinder the regular flow of execution of the program. These can be handled in the program itself. 例外是在运行时在程序中发生并阻碍程序…

计算机如何输入ip地址,电脑如何切换ip地址_怎么让电脑切换ip地址-win7之家

在每台电脑中,系统中的ip协议都会有提供一种统一的ip地址,能够为为互联网上的每一个网络和每一台主机分配一个逻辑地址,从而达到屏蔽物理地址的差异,同时我们也可以对ip地址进行切换,那么电脑如何切换ip地址呢&#xf…

java线程和操作系统线程_操作系统中的线程

java线程和操作系统线程线程数 (Threads) A thread is a unit of CPU utilization, which comprises the following parts that are program counter, register set, stack and a thread ID. Generally, it’s well known that the process is heavy weighted which means they…

SQL 强制指定索引加快查询速度

转自:http://blog.csdn.net/qq380107165/article/details/45502641 今天遇到一个查询问题,多加了一个查询参数导致查询超时报黄,经过公司DBA改进,涨姿势了。现在发出来跟大家分享一下!~ 1 SELECT m.* FROM TB_UserSite…

计算机IP地址pin,怎样PIN ip地址

1、用鼠标点击开始——运行(快捷键winR)、弹出【运行】对话框、在窗口中输入cmd,如下图所示。2、单击【确定】按钮、打开命令窗口、如下图所示;3、在命令窗口输入ipconfig/all然后按Enter便可以查看本机IP。如下图所示;4、接下来查看你所需要…

360修复导致服务器,桌面安装360软件修复漏洞补丁导致桌面TC端无法登陆,FC端VNC登陆一键修复显示HDC不可达...

问题描述桌面虚机安装360软件以后打补丁,触发桌面虚机重启以后TC端无法连接到桌面,FC登陆VNC相应的虚拟机通过桌面云修复工具一键修复到33%,提示HDC不可达。告警信息处理过程在360服务器端把华为桌面云的进程加入到360服务器的白名单里面&…

java协变返回类型_Java中的协变返回类型

java协变返回类型协变返回类型 (Covariant return type) The covariant return type is that return type which may vary in parent and child class (or subclass). 协变量返回类型是该返回类型,在父类和子类(或子类)中可能有所不同。 Before JDK5 java does not…

dfs文件服务器访问权限,fastDFS 文件服务器访问

鉴权 token 获取token 由文件服务器管理员分配接口定义上传文件请求 URL:请求方式:GET/POST参数形式:form-data参数:参数名位置类型说明是否必填access_tokenheaderString用户 token是fileurlMultipartFile文件是返回:…

CCFL的完整形式是什么?

CCFL:冷阴极荧光灯 (CCFL: Cold Cathode Fluorescent Lamp) CCFL is an abbreviation of a "Cold Cathode Fluorescent Lamp". CCFL是“冷阴极荧光灯”的缩写。 It is a lighting system lamp that contains cathode that discharges electrons and it …

ffmpeg 纯静态编译,以及添加自定义库流程摘要

需求: 1. 纯静态编译ffmpeg ,即ldd ./ffmpeg 的结果是:not a dynamic executable2. 修改ffmpeg 项目,添加自定义功能库3. 自定义库由c实现,要求能被纯c的ffmpeg项目调用4. 自定义库必须使用g 的一些高级特性编译,要求…

vue ani_ANI的完整形式是什么?

vue aniANI:自动号码识别 (ANI: Automatic Number Identification) ANI is an abbreviation of "Automatic number identification". ANI是“自动号码识别”的缩写 。 It is an attribute of a network of telecommunications for involuntarily finding…