monteNTSample(sampSurf)
monteNTSample()所属R语言包:sampSurf
Generate Objects of Class "<a href="monteNTSample-class.html">monteNTSample</a>"
生成类“<a href="monteNTSample-class.html"> monteNTSample </ a>”中的对象
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This generic will allow the simple creation of objects of class "monteNTSample." Method definitions defining all arguments are found in monteNTSample-methods.
这个通用将允许简单地创建类的对象“monteNTSample。法”定义的所有参数的定义被发现在monteNTSample-methods。
用法----------Usage----------
monteNTSample(population, ...)
参数----------Arguments----------
参数:population
Signature argument, currently only objects of class "montePop" are supported.
特征参数,目前只类的对象“montePop”的支持。
参数:...
See methods.
请参见方法。
Details
详细信息----------Details----------
See the associated methods for this constructor in monteNTSample-methods.
此构造函数在monteNTSample-methods请参阅相关的方法。
值----------Value----------
A valid object of class "monteNTSample."
一个有效的类的对象“monteNTSample。”
(作者)----------Author(s)----------
Jeffrey H. Gove
参考文献----------References----------
参见----------See Also----------
monteSample, monteBSSample
monteSample,monteBSSample
实例----------Examples----------
mp = montePop(rnorm(100))
mnts = monteNTSample(mp, n=c(10,20,30))
mnts
hist(mnts)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|