simHyper(simsem)
simHyper()所属R语言包:simsem
Create random hypergeometric distribution object
创建随机的超几何分布对象
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Create random hypergeometric distribution object. Random hypergeometric distribution object will save the numbers of successes, failures, and drawns parameters.
创建随机的超几何分布的对象。的随机超几何分布对象可以保存成功,失败,和drawns参数的数量。
用法----------Usage----------
simHyper(m, n, k)
参数----------Arguments----------
参数:m
The number of successes
成功的次数
参数:n
The number of failures
失败的次数
参数:k
The number of drawns
的数目drawns
值----------Value----------
参数:SimHyper
Random Hypergeometric Distribution object (SimHyper) that save the specified parameters
随机超几何分布对象(SimHyper),除指定的参数
(作者)----------Author(s)----------
Sunthud Pornprasertmanit (University of Kansas; <a href="mailto:psunthud@ku.edu">psunthud@ku.edu</a>)
参见----------See Also----------
VirtualDist for all distribution objects.
VirtualDist的所有通讯对象。
实例----------Examples----------
hyp <- simHyper(20, 5, 10)
run(hyp)
summary(hyp)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|