map2stan
: fitted map2stan Stan modelThis object contains an object of class stanfit
, return by stan
, along with other information produced by a map2stan
model fit.
call
:Original function call that produced the fit
model
:Text of the Stan model used in sampling
stanfit
:Object of class stanfit
coef
:Vector of posterior means
vcov
:Diagonal matrix with parameter variances
data
:Data used in sampling
start
:Initial values used in sampling
pars
:Vector of parameters returned by sampling
formula
:Original alist
of formulas used to define model
formula_parsed
:Parsed formula list. Used during compilation and useful for debugging and class methods.
show
signature(object = "map2stan")
: print the default summary for the model.
stancode
Displays the model
slot.
WAIC
Computes WAIC