TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

R packages I wish I'd known about earlier

104 点作者 glamp超过 12 年前

8 条评论

cschmidt超过 12 年前
For some reason, I find it harder to find what I'm looking for in the R help than just about any other language. That's why you end up not knowing about useful packages for a very long time. Is that just me?
评论 #5205201 未加载
评论 #5205946 未加载
评论 #5205015 未加载
hablahaha超过 12 年前
This article should really just be called "Everyone should just follow Hadley's Github". Actually, someone should write that.
EzGraphs超过 12 年前
If you want to do any sort of stock analysis, quantmod is really great as it bundles a number of other related packages with financial application together: <a href="http://www.quantmod.com/" rel="nofollow">http://www.quantmod.com/</a>.<p>If you have to deal with directed graphs, iGraph <a href="http://igraph.sourceforge.net/" rel="nofollow">http://igraph.sourceforge.net/</a>.<p><i>Related Blog Posts</i><p><a href="http://www.r-chart.com/2010/06/stock-analysis-using-r.html" rel="nofollow">http://www.r-chart.com/2010/06/stock-analysis-using-r.html</a><p><a href="http://www.r-chart.com/2010/06/analyze-twitter-data-using-r.html" rel="nofollow">http://www.r-chart.com/2010/06/analyze-twitter-data-using-r....</a>
drags超过 12 年前
ddply can be very slow. Strongly recommended to get your data into the form you want in something map-reduce-y _then_ throw it into R for analysis and graphing.
评论 #5205326 未加载
评论 #5206680 未加载
santa_boy超过 12 年前
data.table deserves a mention here too. It simplifies and speeds up dataframe operations<p>see ?data.table
评论 #5205861 未加载
felixr超过 12 年前
Caret (<a href="http://caret.r-forge.r-project.org/" rel="nofollow">http://caret.r-forge.r-project.org/</a>) is another package that should make the list, if you are using machine learning packages in R.<p>Caret gives you a common interface to you use a huge list of classifiers. Plus, it has some nice functions for data preparation.
phillc73超过 12 年前
The list of database connectors should also include RSQLite:<p><a href="http://cran.r-project.org/web/packages/RSQLite/index.html" rel="nofollow">http://cran.r-project.org/web/packages/RSQLite/index.html</a><p>A really useful article though. I'm going to investigate RandomForest.
danso超过 12 年前
If only all such lists could include example code and visualizations, very nicely done. Thanks!
评论 #5204832 未加载