结果:找到“sample函数”相关内容6个,排序为按回复时间降序,搜索更多相关帖子请点击“高级”
sample函数中如果不指定prob,怎么抽样?
8 个回复 - 5943 次查看
sample函数中如果不指定prob,怎么抽样?均匀抽样?help中说“The optional prob argument can be used to give a vector of weights for obtaining the elements of the vector being sampled. They need not sum t ...
2015-7-4 20:22 - lg21c - R语言论坛
sample函数疑问?
2 个回复 - 831 次查看
我想要的结果:sample(9,1) 返回值:9
而R软件,sample(9,1) 返回值:0-9之间随机。
使用sample(c(9),1) 同样不能只返回:9
sample("a",1)就可以返回唯一值:"a"
求解?
2016-12-27 21:54 - sustsust - R语言论坛
sample函数的一个bug
3 个回复 - 1377 次查看
想请教,当查看
sample函数的例子时,发现有一个bug,即生成的一个长度为10的样本,这是为什么呀?谢谢~
# sample()'s surprise:
x 8]) # length 2
sample(x[x > 9]) # oops -- length 10!
sample ...
2016-5-26 17:02 - mosaic33 - R语言论坛