SummarySampleSetup-class(simFrame)
SummarySampleSetup-class()所属R语言包:simFrame
Class "SummarySampleSetup"
类“SummarySampleSetup”
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Class containing a summary of set up samples.
类包含的摘要成立的样品。
类对象----------Objects from the Class----------
Objects can be created by calls of the form new("SummarySampleSetup", ...) or SummarySampleSetup(...).
可以创建对象通过调用的形式new("SummarySampleSetup", ...)或SummarySampleSetup(...)。
However, objects are expected to be created by the summary method for class "SampleSetup", these constructor functions are not supposed to be called by the user.
但是,对象预计将summary方法创建类"SampleSetup",这些构造函数不应该是由用户调用。
插槽----------Slots----------
size: Object of class "numeric" giving the size of
size:对象类"numeric"给的大小
存取方法----------Accessor methods----------
getSize signature(x = "SummarySampleSetup"): get slot
getSizesignature(x = "SummarySampleSetup"):得到插槽
方法----------Methods----------
show signature(object = "SummarySampleSetup"): print a
showsignature(object = "SummarySampleSetup"):打印
UML类图----------UML class diagram----------
A slightly simplified UML class diagram of the framework can be found in Figure 1 of the package vignette An Object-Oriented Framework for Statistical Simulation: The R Package simFrame. Use vignette("simFrame-intro") to view this vignette.
稍微简单的UML类图的框架,可以发现在图1的包小插曲统计模拟方法的一种面向对象的框架:R封装simFrame。使用vignette("simFrame-intro")查看这个小插曲。
注意----------Note----------
There are no mutator methods available since the slots are not supposed to be changed by the user.
客人没有mutator方法可用,因为槽不应该由用户改变。
(作者)----------Author(s)----------
Andreas Alfons
参见----------See Also----------
"SampleSetup", summary
"SampleSetup",summary
实例----------Examples----------
showClass("SummarySampleSetup")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|