dcFit-class {dcmle} | R Documentation |
Class "dcFit"
Description
Compendium for data cloning
Objects from the Class
Objects can be created by calls of the form new("dcFit", ...)
.
Slots
multiply
:Object of class
"dcArgs"
, same as correspondingdc.fit
argument.unchanged
:Object of class
"dcArgs"
, same as correspondingdc.fit
argument.update
:Object of class
"dcArgs"
, same as correspondingdc.fit
argument.updatefun
:Object of class
"dcFunction"
, same as correspondingdc.fit
argument.initsfun
:Object of class
"dcFunction"
, same as correspondingdc.fit
argument.flavour
:Object of class
"character"
, same as correspondingdc.fit
argument, default is"jags"
. It can also be"winbugs"
,"openbugs"
, or"brugs"
referring to theargument
ofbugs.fit
, in which caseflavour
will be treated as"bugs"
.data
:Object of class
"list"
, same as correspondingdc.fit
argument.model
:Object of class
"dcModel"
, same as correspondingdc.fit
argument.params
:Object of class
"dcParams"
, same as correspondingdc.fit
argument.inits
:Object of class
"dcInits"
, same as correspondingdc.fit
argument.
Extends
Class "gsFit"
, directly.
Methods
- show
signature(object = "dcFit")
: ...
Author(s)
Peter Solymos
See Also
Examples
showClass("dcFit")