bayesmodelClass-class(rriskBayes)
bayesmodelClass-class()所属R语言包:rriskBayes
S4 class for displaying output of Bayesian models
S4类的贝叶斯模型显示输出
译者:生物统计家园网 机器人LoveR
描述----------Description----------
S4 class for displaying the output of the functions rrisk.BayesPEM and rrisk.BayesZIP.
S4类,用于显示的输出的功能rrisk.BayesPEM和rrisk.BayesZIP。
类对象----------Objects from the Class----------
Objects can be created by calls of the form new("bayesmodelClass", ...).
可以创建对象通过调用的形式new("bayesmodelClass", ...)。
插槽----------Slots----------
convergence: Object of class "ANY"
convergence:对象类"ANY"的
results: Object of class "ANY"
results:对象类"ANY"的
jointpost: Object of class "ANY"
jointpost:对象类"ANY"的
nodes: Object of class "ANY"
nodes:对象类"ANY"的
model: Object of class "ANY"
model:对象类"ANY"的
chains: Object of class "ANY"
chains:对象类"ANY"的
burn: Object of class "ANY"
burn:对象类"ANY"的
update: Object of class "ANY"
update:对象类"ANY"的
方法----------Methods----------
show signature(object = "bayesmodelClass"): ...
显示signature(object = "bayesmodelClass"):...
实例----------Examples----------
new("bayesmodelClass")
new("bayesmodelClass",model="Model info...",nodes="Nodes info...")
showClass("bayesmodelClass")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|