rep.rv(rv)
rep.rv()所属R语言包:rv
Replicate Elements of Random Vectors
复制元素的随机向量
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Transpose a random array by permuting its dimensions and optionally resizing it.
移调一个随机数组,通过置换其尺寸和可以调整其大小。
用法----------Usage----------
## S3 method for class 'rv'
rep(x, times, ...)
参数----------Arguments----------
参数:x
a random vector to be replicated
要复制的一个随机向量
参数:times
number of replications
复制数
参数:...
further arguments passed to rep
进一步的参数传递给rep
Details
详细信息----------Details----------
This is the rv-compatible version of the function rep.
这是RV-兼容的版本的功能rep。
Since rep is not a generic function, the whole name rep.rv must be specified when calling the function when x is an 'rv' object.
由于rep是不是一个通用的功能,全名rep.rv必须指定在调用函数时,当x是“RV”的对象。
(作者)----------Author(s)----------
Jouni Kerman
<a href="mailto:jouni@kerman.com">jouni@kerman.com</a>
参考文献----------References----------
Posterior Simulations Using Random Variable Objects. Statistics and Computing 17:3, 235-244.
参见----------See Also----------
rep
rep
实例----------Examples----------
print(rep(rvnorm(1), times=4))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|