coursera
文章平均质量分 86
Feewill
这个作者很懒,什么都没留下…
展开
-
R Programming --vectors
VectorsTry R is Sponsored By:Complete toUnlockThe name may sound intimidating, but a vector is simply a list of values. R relies on vectors for many of its operations. This inclu原创 2014-04-14 18:44:07 · 7038 阅读 · 0 评论 -
The Data Scientist’s Toolbox
command line interface常用命令:原创 2014-04-12 11:22:28 · 1252 阅读 · 0 评论 -
R Programming -- real-world data
Real-World DataTry R is Sponsored By:Complete toUnlockSo far, we've been working purely in the abstract. It's time to take a look at some real data, and see if we can make any ob原创 2014-04-18 16:51:52 · 3620 阅读 · 0 评论 -
R Programming -- data frames
Data FramesTry R is Sponsored By:Complete toUnlockThe weights, prices, and types data structures are all deeply tied together, if you think about it. If you add a new weight原创 2014-04-18 16:30:47 · 2380 阅读 · 0 评论 -
R Programming -- Summary Statistics
Summary StatisticsTry R is Sponsored By:Complete toUnlockSimply throwing a bunch of numbers at your audience will only confuse them. Part of a statistician's job is to explain th原创 2014-04-15 21:25:05 · 6463 阅读 · 0 评论 -
R Programming -- Factors
FactorsTry R is Sponsored By:Complete toUnlockOften your data needs to be grouped by category: blood pressure by age range, accidents by auto manufacturer, and so forth. R has a原创 2014-04-15 21:39:10 · 1973 阅读 · 0 评论 -
R programming -- Metrix
MatricesTry R is Sponsored By:Complete toUnlockSo far we've only worked with vectors, which are simple lists of values. What if you need data in rows and columns? Matrices are he原创 2014-04-14 20:26:51 · 2930 阅读 · 0 评论 -
R Programming -- basic R expressions
Try RTry R is Sponsored By:Complete toUnlockIn this first chapter, we'll cover basic R expressions. We'll start simple, with numbers, strings, and true/false values. Then we'll s原创 2014-04-14 18:20:12 · 4217 阅读 · 0 评论 -
学习Introduction to Data Analysis using R系列
What is R?R is a free softwareenvironment for data analysis and graphics(visualization)programming language data visualization toolWhy learning R?1.data analysis/datascientistperform compr原创 2014-04-02 23:15:18 · 1691 阅读 · 0 评论