| prebayesnecfit-class {bayesnec} | R Documentation | 
Class prebayesnecfit of models fitted with the brms package
Description
This is an intermediate class that was created to make both
bayesnecfit and bayesmanecfit objects lighter
to handle. It contains the original brmsfit
fitted object, name of non-linear model that was fitted, the list of
initialisation values applied, and the validated
bayesnecformula.
Details
See methods(class = "prebayesnecfit") for an overview of
available methods.
Slots
- fit
- The fitted Bayesian model of class - brmsfit.
- model
- A - characterstring indicating the name of the fitted model.
- init
- A - listcontaining the initialisation values for to fit the model.
- bayesnecformula
- An object of class - bayesnecformulaand- formula.
See Also
bayesnec,
bnec,
bayesnecfit,
bayesmanecfit,
bayesnecformula
[Package bayesnec version 2.1.2.0 Index]