会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
seven_wang
新随笔
管理
上一页
1
2
3
4
下一页
2013年8月23日
Chapter 07-Basic statistics(Part2 Frequency and contingency tables)
摘要: table(), xtabs(), prop.table(), margin.table(), addmargins(), ftable(); chisq.test(), fisher.test(), mantelhaen.test(), associstats()
阅读全文
posted @ 2013-08-23 14:59 seven_wang
阅读(777)
评论(0)
推荐(0)
2013年8月22日
Chapter 07-Basic statistics(Part1 描述统计数据)
摘要: summary(), sapply(), decscribe(), stat.desc(), aggregate(),summaryBy(),describeBy()
阅读全文
posted @ 2013-08-22 10:05 seven_wang
阅读(1005)
评论(1)
推荐(0)
2013年8月4日
polygon()函数
摘要: polygon()函数
阅读全文
posted @ 2013-08-04 07:42 seven_wang
阅读(3731)
评论(0)
推荐(1)
rug
摘要: rug()函数
阅读全文
posted @ 2013-08-04 07:12 seven_wang
阅读(1454)
评论(0)
推荐(0)
diff()函数的使用
摘要: 1.diff():返回略微迭代(lagged)的或滞后的不同(iterated diferences)。> x x [1] 1 4 10 20 35 56 84 120 165 220> diff(x,differances=2)[1] 3 6 10 15 21 28 36 45 55> diff(.leap.seconds)Time differences in days [1] 184 365 365 365 366 365 365 365 547 365 365 731 914 731 365 547[17] 365 365 5...
阅读全文
posted @ 2013-08-04 02:07 seven_wang
阅读(821)
评论(0)
推荐(0)
jitter()函数的使用
摘要: jitter函数使用
阅读全文
posted @ 2013-08-04 01:57 seven_wang
阅读(2209)
评论(0)
推荐(0)
rep()函数简介
摘要: rep()函数使用
阅读全文
posted @ 2013-08-04 01:48 seven_wang
阅读(27881)
评论(0)
推荐(0)
Chapter 06—Basic graphs
摘要: 三. 柱状图(Histogram)1. hist():画柱状图·breaks(可选项):控制柱状图的小柱子的条数;·freq=FALSE:基于概率(probability),而非频率(frequencies),绘制图形。·还可以有其他参数,如:xlab,ylab,main,col,lwd...2. lines():在已有图形上添加线条。3. box():给已有图形添加一个框。4. rug()5. diff()6.box()例07:> par(mfrow=c(2,2))> hist(mtcars$mpg)>> hist(mtcars$mpg,
阅读全文
posted @ 2013-08-04 01:23 seven_wang
阅读(550)
评论(0)
推荐(0)
2013年8月1日
Chapter 05—Advanced data management(Part 2)
摘要: 1.循环语句:for,while;2.条件语句:if-else,ifelse,switch;3.用户自定义函数;4.聚合与重组 melt cast
阅读全文
posted @ 2013-08-01 12:45 seven_wang
阅读(509)
评论(0)
推荐(0)
2013年7月31日
Chapter 05—Advanced data management(Part 1)
摘要: 数学函数,统计函数,概率函数,字符函数,其他函数
阅读全文
posted @ 2013-07-31 21:18 seven_wang
阅读(454)
评论(0)
推荐(0)
上一页
1
2
3
4
下一页