Where can I find useful R tutorials with various implementations?

后端 未结 4 564
南旧
南旧 2020-12-08 05:47

I\'m using R language and the manuals on the R site are really informative. However, I\'d like to see some more examples and implementations with R which can help me develop

4条回答
  •  南方客
    南方客 (楼主)
    2020-12-08 06:42

    All the packages on CRAN are open source, so you can download all the source code from there. I recommend starting there by looking at the packages you use regularly to see how they're implemented.

    Beyond that, Rosetta Code has many R examples. And you may want to follow R-Bloggers.

提交回复
热议问题