Extract.rv(rv)
Extract.rv()所属R语言包:rv
Extract or Replace Parts of a Random Vector
提取或更换部件的随机向量
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Bracket slice and assignment methods adapted for random vectors and arrays.
支架片和分配方法适用于随机向量和数组。
用法----------Usage----------
\method{[}{rv}(x, \dots , drop = TRUE)
\method{[}{rvsummary}(x, \dots , drop = TRUE)
\method{[<-}{rv}(x, \dots , drop = TRUE)
\method{[<-}{rvsummary}(x, \dots , drop = TRUE)
Details
详细信息----------Details----------
NOTE. x will NOT be automatically coerced into an rv object.
注。 x将不会被自动转换成RV对象。
value may be an rv object or a regular numeric object.
value可能是RV对象,或一个普通的数字对象。
Extracting rv objects works the same way as extracting components of a numerical vector or array. The return value is always an object of class 'rv'. Type ?Extract for details.
随机变量对象提取作为一个数值向量或数组的提取物中的工作方式相同。返回值始终是一个对象类“RV”。类型?中提取的详细信息。
Note: the index arguments (i, j, etc.) must be constants, but this may change in the future.
注:指标参数(i,j,等)必须是常量,但是这可能会在未来发生改变。
值----------Value----------
A random variable (an rv object).
随机变量(RV对象)。
参考文献----------References----------
Posterior Simulations Using Random Variable Objects. Statistics and Computing 17:3, 235-244.
实例----------Examples----------
#[]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|