Create random binomial distribution object
创建随机的二项式分布对象
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Create random binomial distribution object. Random binomial distribution object will save the number of trials and the probability of successes parameters.
创建随机的二项式分布对象。随机二项式分布对象可以保存数的试验和成功的概率参数。
用法----------Usage----------
simBinom(size, prob)
参数----------Arguments----------
参数:size
The number of trials
试验的次数
参数:prob
The probability of successes
成功的概率
值----------Value----------
参数:SimBinom
Random Binomial Distribution object (SimBinom) that save the specified parameters
随机二项分布对象(SimBinom),除指定的参数
(作者)----------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的所有通讯对象。