cbind.rv(rv)
cbind.rv()所属R语言包:rv
Combine random vectors by columns or rows
结合随机向量列或行
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Combines random vectors by columns (cbind.rv) or rows (rbind.rv).
将随机向量的列(cbind.rv)或行(rbind.rv)。
用法----------Usage----------
cbind.rv(..., deparse.level = 1)
rbind.rv(..., deparse.level = 1)
参数----------Arguments----------
参数:...
vectors or matrices, can be rv objects
向量或矩阵,可以RV对象
参数:deparse.level
(passed on to cbind)
(传递给CBIND)
Details
详细信息----------Details----------
See cbind and rbind for details.
查看CBIND和rbind的详细信息。
(作者)----------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.
实例----------Examples----------
x <- rvnorm(10)
y <- rvnorm(10)
cbind.rv(x, y)
rbind.rv(x, y)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|