rvfactor(rv)
rvfactor()所属R语言包:rv
Categorical Random Variables (Random Factors)
类别随机变量(随机因素)
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Creates or tests for objects of type “rvfactor”.
创建或测试的对象类型“rvfactor”。
用法----------Usage----------
rvfactor(x, ...)
## S3 method for class 'rv'
rvfactor(x, levels=NULL, ...)
is.rvfactor(x)
## S3 method for class 'rvfactor'
as.rv(x, ...)
as.rvfactor(x, ...)
## S3 method for class 'rvfactor'
print(x, all.levels=FALSE, ...)
参数----------Arguments----------
参数:x
object to be coerced or tested.
反对强迫或测试。
参数:levels
factor levels (labels for the levels)
因子水平(水平的标签)
参数:all.levels
logical; whether to print all levels or not (see below for details)
逻辑是否打印各级与否(详情见下文)
参数:...
other arguments
其他参数
Details
详细信息----------Details----------
Internally random factors are integer-valued just like regular factors in R.
内部的随机因素是整数值,就像普通的因素,R.
The number of levels to print when all.levels==FALSE can be set by rvpar(max.levels=...). By default this is set to 10.
至于多个层面的,打印时all.levels==FALSE可以通过rvpar(max.levels=...)。默认情况下,此设置为10。
值----------Value----------
rvfactor: an rvfactor object.
rvfactor:rvfactor对象。
is.rvfactor: TRUE or FALSE.
is.rvfactor:TRUE或FALSE。
as.rv.rvfactor: an rv object.
as.rv.rvfactor:rv对象。
as.rvfactor.rv: an rvfactor object.
as.rvfactor.rv:rvfactor对象。
(作者)----------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----------
# Probabilities of each integer of trunc(Z) where Z ~ N(0,1) ?[概率的每个整数TRUNC(Z),Z~N(0,1)?]
x <- rvnorm(1)
rvfactor(trunc(x))
rvfactor(x>0)
rvfactor(rvpois(1, lambda=0.5))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|