• 主页
  • 课程

    关于课程

    • 课程归档
    • 成为一名讲师
    • 讲师信息
    教学以及管理操作教程

    教学以及管理操作教程

    ¥1,000.00 ¥100.00
    阅读更多
  • 特色
    • 展示
    • 关于我们
    • 问答
  • 事件
  • 个性化
  • 博客
  • 联系
  • 站点资源
    有任何问题吗?
    (00) 123 456 789
    weinfoadmin@weinformatics.cn
    注册登录
    恒诺新知
    • 主页
    • 课程

      关于课程

      • 课程归档
      • 成为一名讲师
      • 讲师信息
      教学以及管理操作教程

      教学以及管理操作教程

      ¥1,000.00 ¥100.00
      阅读更多
    • 特色
      • 展示
      • 关于我们
      • 问答
    • 事件
    • 个性化
    • 博客
    • 联系
    • 站点资源

      R语言

      • 首页
      • 博客
      • R语言
      • 【R教程】《即刻R入门》What is R?

      【R教程】《即刻R入门》What is R?

      • 发布者 weinfoadmin
      • 分类 R语言
      • 日期 2015年10月9日
      测试开头

      What is R?

      陆勤

      R is a high-level language and environment for data analysis and visualization. It provides an environment in which you can perform statistical analysis and produce high-quality graphics. It is actually a complete programming language derived from the statistical programming language S.

      【陆勤看点】R是一种高级语言,也是一种软件环境和平台。R源自S语言,吸收了S语言的优势。R适合做统计分析或数据分析,产生高质量的图片。但是,其功能不局限于这些。


      It has been developed and is maintained by a core of statistical programmers, with the support of a large community of users. It is most widely used for statistical computing and graphics, but is a fully functional programming language well suited for scientific programming, data management,and data visualization in general.

      【陆勤看点】感谢Ross和Robot开创了R,感谢核心小组成员维护和壮大了R,感谢无数分享R包的朋友们,让R能够做更多有趣的事情,有着更广的应用。R有着广泛地用途,很多数据分析师、数据科学家都用R做事情,比方说数据预处理、数据分析、数据可视化,甚至数据报告等。R提供和实现了很多数据分析方法。


      The interaction with the R system is mainly command-driven, with the user typing in text and asking R to execute the specific command. As soon as you start R, a session will be opened on which the commands may be introduced and the expression executed. Complex procedures can be implemented in the scripts, which are executed as soon as they are loaded into the system or, more efficiently, as functions, which can be loaded in the system and used when needed.

      【陆勤看点】R是一种命令行交互方式的程序设计语言。简单的事情,通过对会话下达命令,回车键后即执行命令;复杂的事情,通过编写和执行脚本,来处理和完成。


      Getting help

      R提供了丰富的帮助文档,这是一种很好的学习R的方法。

      help.start() help(mean)

      在R的IDE-RStdio工具里面,选择Help,两份文档如下

      • 《An Introduction to R》

      • 《Writing R Extensions》


      R packages

      An R package is a collection of source code and other additional files that, when installed in R, allow the user to load them in the workspace via a call to the library() function.

      【陆勤看点】R是一个源码和其它文件的容器,安装它,加载它,就可以使用它,很方便,很强大。小编一直专注于机器学习和数据挖掘,会经常应用R来实践哦。


      Summary

      1. 《即刻R入门》第一课解决R是什么?这个核心问题。通过这个问题的认识,可以感受到R的作为。

      2. 《即刻R入门》第一课还谈及了R帮助文档和R包两个非常重要的概念,前者是学习R的很好方法,有R问题,查帮助和实例,后者是R应用广、功能强的基础。


      Reference

      1. R官网 http://www.r-project.org

      2. RStudio官网 http://www.rstudio.com

      3. PPV课-大数据学习社区 http://www.ppvke.com

      4. 王路情博客-数据科学家 http://www.wangluqing.com


      陆勤微信:luqin360


      中国数据人QQ群:290937046


      数据人R语言QQ群:484784338


      数据人PythonQQ群:434146007


      测试结尾

      请关注“恒诺新知”微信公众号,感谢“R语言“,”数据那些事儿“,”老俊俊的生信笔记“,”冷🈚️思“,“珞珈R”,“生信星球”的支持!

      • 分享:
      作者头像
      weinfoadmin

      上一篇文章

      【好文翻译】一份快速手册:用R代码做数据探索的11步
      2015年10月9日

      下一篇文章

      【好文翻译】R vs Python:硬碰硬的数据分析
      2015年10月11日

      你可能也喜欢

      3-1665801675
      R语言学习:重读《R数据科学(中文版)》书籍
      28 9月, 2022
      6-1652833487
      经典铁死亡,再出新思路
      16 5月, 2022
      1-1651501980
      R语言学习:阅读《R For Everyone 》(第二版)
      1 5月, 2022

      搜索

      分类

      • R语言
      • TCGA数据挖掘
      • 单细胞RNA-seq测序
      • 在线会议直播预告与回放
      • 数据分析那些事儿分类
      • 未分类
      • 生信星球
      • 老俊俊的生信笔记

      投稿培训

      免费

      alphafold2培训

      免费

      群晖配置培训

      免费

      最新博文

      Nature | 单细胞技术揭示衰老细胞与肌肉再生
      301月2023
      lncRNA和miRNA生信分析系列讲座免费视频课和课件资源包,干货满满
      301月2023
      如何快速批量修改 Git 提交记录中的用户信息
      261月2023
      logo-eduma-the-best-lms-wordpress-theme

      (00) 123 456 789

      weinfoadmin@weinformatics.cn

      恒诺新知

      • 关于我们
      • 博客
      • 联系
      • 成为一名讲师

      链接

      • 课程
      • 事件
      • 展示
      • 问答

      支持

      • 文档
      • 论坛
      • 语言包
      • 发行状态

      推荐

      • iHub汉语代码托管
      • iLAB耗材管理
      • WooCommerce
      • 丁香园论坛

      weinformatics 即 恒诺新知。ICP备案号:粤ICP备19129767号

      • 关于我们
      • 博客
      • 联系
      • 成为一名讲师

      要成为一名讲师吗?

      加入数以千计的演讲者获得100%课时费!

      现在开始

      用你的站点账户登录

      忘记密码?

      还不是会员? 现在注册

      注册新帐户

      已经拥有注册账户? 现在登录

      close
      会员购买 你还没有登录,请先登录
      • ¥99 VIP-1个月
      • ¥199 VIP-半年
      • ¥299 VIP-1年
      在线支付 激活码

      立即支付
      支付宝
      微信支付
      请使用 支付宝 或 微信 扫码支付
      登录
      注册|忘记密码?