美文网首页
大神如何学习R语言

大神如何学习R语言

作者: Jason数据分析生信教室 | 来源:发表于2021-11-30 10:39 被阅读0次

最近看一些大神的博客,有感而发,接触R也有好几年了,却一直停留在"接触"这个层次上。和大神比起来自己就是沧海之一粟,瘸瘸掉下来的一根毛。
不管日常工作是多么琐碎,人总要有自己想要专注的东西吧,当然不一定是学习R语言。要不然整个一生就成了一盘散沙,为了活着而活着,为了别人而活着。所以有时候得问问自己到底热爱着什么。

关于是如何学习R语言,Hadley大神是这样回答的,

  • 写代码。 我花了很多时间去建立一个良好的写代码习惯。每天早上会花60-90分钟去写代码。这是我每天起床以后做的第一件事情。我觉得写代码可以帮助我解决很问题。首先,我经常使用自己写的代码作为索引参考。我不怎么用C++,所以每次都会参考Rcpp。其次是多写代码可以提醒我的对于R语言的知识空缺,填补这些空缺可以让我更有效率的使用这个工具。

  • 阅读。我会阅读很多东西。我关注了300多个博主,然后同时也关注着有R标签的Twitter和Strack Overflow。我不会很深入的研究所有的代码,大多数情况下只是走马观花。但是,这些探索会帮助我跟上时代的步伐,同时了解别人在做些什么。当你遇到新的问题的时候,你可以谷歌寻求帮助,

  • Writing. I have worked really hard to build a solid writing habit - I try and write for 60-90 minutes every morning. It's the first thing I do after I get out of bed. I think writing is really helpful to me for a few reasons. First, I often use my writing as a reference - I don't program in C++ every day, so I'm constantly referring to @Rcpp every time I do. Writing also makes me aware of gaps in my knowledge and my tools, and filling in those gaps tends to make me more efficient at tackling new problems.

  • Reading. I read a lot. I follow about 300 blogs, and keep a pretty close eye on the R tags on Twitter and Stack Overflow. I don't read most things deeply - the majority of content I only briefly skim. But this wide exposure helps me keep up with changes in technology, interesting new programming languages, and what others are doing with data. It's also helpful that if when you're tackling a new problem you can recognise the basic name - then googling for it will suggest possible solutions. If you don't know the name of a problem, it's very hard to research it.

https://www.quora.com/How-is-Hadley-Wickham-able-to-contribute-so-much-to-R-particularly-in-the-form-of-packages

相关文章

  • 大神如何学习R语言

    最近看一些大神的博客,有感而发,接触R也有好几年了,却一直停留在"接触"这个层次上。和大神比起来自己就是沧海之一粟...

  • 学R记1:R、RStudio安装和 R Profile的配置

    以下为跟随czx大神学习R语言时所做的笔记 1.安装R Windows 系统:https://mirrors.tu...

  • 生信技能树 R语言 初级作业题目(上)

    之前都是没有系统地学习R语言,5月26日去西安听生信技能树 R语言培训课,Jimmy大神布置的作业题,像我这样纯正...

  • 如何学习R语言

    1. 入门了解R 能干啥?为啥要学R?强大的数据分析工具及各种扩展包高通量的数据处理能力Rstudio(强大的R ...

  • day5 阿来

    继续学习R语言 R语言数据学习 数据R语言学习.png 数据输入 数据输出 总结 R语言学习的第二天,熟悉了很多操...

  • R语言-0基础学习4-实战1-常见操作

    R语言学习系列R语言-0基础学习1-数据结构R语言-0基础学习2-构建子集R语言-0基础学习3-循环排序信息处理函...

  • 学习小组Day4笔记--行

    正式开始学习R语言了,今天笔记内容为R语言基础和ggplot2的入门学习 R语言基础 1、认识R与RStudio ...

  • 生信学习小组Day5笔记-lamyusam_

    R语言学习 今天,了解了R中的数据类型,初步学习R语言的数据结构。 R的数据类型 向量(vector) R语言中的...

  • 《Advanced R 》R练习题

    来自R大神著作《Advanced R 》练习题,来一起检验一下R语言知识吧!?本文参考资料:《Advanced R...

  • R 语言--日期值的输入

    学习R语言,很多人都推荐使用图灵程序设计丛书中的"R in Action"-《R语言实战》作为R语言学习的入门书籍...

网友评论

      本文标题:大神如何学习R语言

      本文链接:https://www.haomeiwen.com/subject/xutdxrtx.html