makeGsFit(data, model, params = NULL, inits = NULL, flavour)
makeDcFit(data, model, params=NULL, inits = NULL,
multiply = NULL, unchanged = NULL, update = NULL,
updatefun = NULL, initsfun = NULL, flavour)custommodel object).
The argument is coerced into a custommodel object.NULL, list or function).dc.fit.dc.fit.dc.fit.dc.fit.dc.fit.dc.fit.makeGsFit returns a 'gsFit' object (gsFit-class).
makeDcFit returns a 'dcFit' object (dcFit-class).makeGsFit and makeDcFit
are available for these classes.
See dcmle-package help page for usage of creator functions.
The default flavour is stored in
getOption("dcmle.flavour") with value "jags".
It can be changed as options("dcmle.flavour"="bugs")
if required.dcmleshowClass("gsFit")
new("gsFit")
showClass("dcFit")
new("dcFit")Run the code above in your browser using DataLab