结果:找到“aggregat”相关内容356个,排序为按回复时间降序,搜索更多相关帖子请点击“高级”
aggregate函数使用出错
4 个回复 - 3841 次查看
> dictresult=
aggregate(weight ~ id,data=testterm,sum)
Error in FUN(X[], ...) : 'type'(character)参数不对
其中testterm为:
> head(testterm)
id term weight
3 1 开心 5
4 1 ...
2020-8-26 17:16 - 仙人掌掌 - R语言论坛
EM C14 the aggregate model of macro economy
1 个回复 - 284 次查看
Aggregate demand curve
The curve that shows alternative combinations of the price level (P) and real income (Y) that result in simultaneous equilibrium in both the real goods and the money markets.
...
2020-2-23 17:11 - miseryangel - Forum
怎样用aggregate估算数据的斜度
4 个回复 - 1990 次查看
我写了个算斜度的function, 要求要用这个:
我写的:
不过我不知道对不对,n就直接可以写n吗?可是n是我数据的大小,是不是要把n写成dataset的名字?
现在我要用
aggregate这个命令和我写的function估算所有weigh ...
2013-5-14 04:44 - kiotoqq - R语言论坛
在R语言里,为什么aggregate函数里无法使用sum?
5 个回复 - 10662 次查看
A=data.frame(read.table("clipboard",header=T));A
B=
aggregate(A,list(A[,1]),sum);B
Error in Summary.factor(1L, na.rm = FALSE) :
‘sum’ not meaningful for factors
但是如果我把sum改成mean却能运算 ...
2014-12-12 17:08 - sunnycelia - R语言论坛
关于aggregate包应用结果的问题
1 个回复 - 1314 次查看
利用R包
aggregate对数据分组处理后输出结果好像是经过排序的结果这个是部分数据,按照treat排序是CK,A,B,C.....这样的。
利用
aggregate分组求平均值后,结果却不是treat的顺序了,成了CK在中间。
我用的代码是 ...
2019-1-19 17:32 - 艾笑尼尔 - R语言论坛
数据分组计算----aggregate()
0 个回复 - 1027 次查看
函数
aggregate(x, ...)## Default S3 method:
aggregate(x, ...)
## S3 method for class 'data.frame'
aggregate(x, by, FUN, ..., simplify = TRUE, drop = TRUE)
## S3 method for class 'formula'
aggreg ...
2018-9-1 13:08 - aiqingjiel - R语言论坛