Learn R Programming

dcmle (version 0.4-1)

dcFit-class: Class "dcFit"

Description

Compendium for data cloning

Arguments

Objects from the Class

Objects can be created by calls of the form new("dcFit", ...).

Slots

multiply:

Object of class "dcArgs", same as corresponding dc.fit argument.

unchanged:

Object of class "dcArgs", same as corresponding dc.fit argument.

update:

Object of class "dcArgs", same as corresponding dc.fit argument.

updatefun:

Object of class "dcFunction", same as corresponding dc.fit argument.

initsfun:

Object of class "dcFunction", same as corresponding dc.fit argument.

flavour:

Object of class "character", same as corresponding dc.fit argument, default is "jags". It can also be "winbugs", "openbugs", or "brugs" referring to the argument of bugs.fit, in which case flavour will be treated as "bugs".

data:

Object of class "list", same as corresponding dc.fit argument.

model:

Object of class "dcModel", same as corresponding dc.fit argument.

params:

Object of class "dcParams", same as corresponding dc.fit argument.

inits:

Object of class "dcInits", same as corresponding dc.fit argument.

Extends

Class "gsFit", directly.

Methods

show

signature(object = "dcFit"): ...

Author

Peter Solymos

See Also

dc.fit, makeDcFit

Examples

Run this code
showClass("dcFit")

Run the code above in your browser using DataLab