Learn R Programming

dcmle (version 0.4-1)

gsFit-class: Class "gsFit"

Description

BUGS/JAGS compendium

Arguments

Objects from the Class

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

Slots

data:

Object of class "list", same as corresponding jags.fit bugs.fit or argument.

model:

Object of class "dcModel", same as corresponding jags.fit bugs.fit or argument.

params:

Object of class "dcParams", same as corresponding jags.fit bugs.fit or argument.

inits:

Object of class "dcInits", same as corresponding jags.fit bugs.fit or 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".

Methods

show

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

Author

Peter Solymos

See Also

jags.fit, bugs.fit, makeGsFit

Examples

Run this code
showClass("gsFit")

Run the code above in your browser using DataLab