monte-class(sampSurf)
monte-class()所属R语言包:sampSurf
Class "monte"
类“蒙”
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This is the class that contains the information about a basic repeated sampling (Monte Carlo) run. The class makes use of several other classes in the package that should be consulted for details. Also, the vignette referenced below is a good source of extended information and examples of how this class would be used.
这是一个基本的重复采样(蒙特卡洛)运行的类,它包含的信息。类使用的其他几个类的包中应详细咨询。此外,参考下面的小插曲是一个很好的扩展信息来源和如何使用这个类的实例。
类对象----------Objects from the Class----------
Objects can be created by calls of the form new("monte", ...). However, there is a constructor generic by the same name with methods for creating objects. This is to be preferred over the use of new since the objects returned from the constructor are guaranteeted to be valid.
可以创建对象通过调用的形式new("monte", ...)。然而,有一个通用的名称相同的方法用于创建对象的构造函数。这是首选的使用new因为从构造函数返回的对象guaranteeted是有效的。
插槽----------Slots----------
pop: Object of class "montePop": A Monte Carlo population
pop:对象的类"montePop":A蒙特卡罗人口
estimate: Object of class "character": In the case of sampSurf objects, this is the attribute for which
estimate:类的对象"character":sampSurf对象的情况下,这是其中的属性
NTsamples: Object of class "monteNTSampleOrNULL": An object of class monteNTSample, or NULL if non-existent. See the
NTsamples:类的对象"monteNTSampleOrNULL":对象的类monteNTSample或NULL,如果不存在。请参阅
BSsamples: Object of class "monteBSSampleOrNULL": An object of class monteBSSample, or NULL if non-existent. See the
BSsamples:类的对象"monteBSSampleOrNULL":对象的类monteBSSample或NULL,如果不存在。请参阅
description: Object of class "character": Some
description:"character":一些类的对象
方法----------Methods----------
hist signature(x = "monte"): Generate a set of histograms.
历史signature(x = "monte"):生成一组的直方图。
show signature(object = "monte"): Print the object
展示signature(object = "monte"):打印对象
summary signature(object = "monte"): Print the object summary.
总结signature(object = "monte"):打印对象的摘要。
(作者)----------Author(s)----------
Jeffrey H. Gove
参考文献----------References----------
参见----------See Also----------
montePop, monteSample
montePop,monteSample
实例----------Examples----------
showClass("monte")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|