montePop(sampSurf)
montePop()所属R语言包:sampSurf
Generate Objects of Class "<a href="montePop-class.html">montePop</a>"
生成类“<a href="montePop-class.html"> montePop </ a>”中的对象
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This is the generic definition for generating objects of class "montePop." There are several methods corresponding to this generic with different signatures that may be found in montePop-methods.
这是为生成类“montePop的对象的通用定义。”有几种不同的签名,可能会发现在montePop-methods这种通用的对应方法。
用法----------Usage----------
montePop(popVals, ...)
参数----------Arguments----------
参数:popVals
Signature object, which differs for each method.
Signature对象,不同的每个方法。
参数:...
See methods.
请参见方法。
Details
详细信息----------Details----------
The methods associated with this generic should be used to construct objects of class "montePop." Such objects contain the population values and the basic population parameters (statistics), which will be calculated automatically by the
应该使用这个通用的方法来构造对象的类“montePop。”这样的对象包含人口的价值观和人口的基本参数(统计数据),将自动计算
值----------Value----------
A valid object of class "montePop."
一个有效的类的对象“montePop。”
(作者)----------Author(s)----------
Jeffrey H. Gove
参考文献----------References----------
参见----------See Also----------
monte, monteSample
monte,monteSample
实例----------Examples----------
mp = montePop(rnorm(100))
mp
hist(mp)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|