map2stan-class: Class 'map2stan': fitted map2stan Stan model

map2stan-classR Documentation

Class map2stan: fitted map2stan Stan model

Description

This object contains an object of class stanfit, return by stan, along with other information produced by a map2stan model fit.

Slots

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.

Methods

show

signature(object = "map2stan"): print the default summary for the model.

stancode

Displays the model slot.

WAIC

Computes WAIC

See Also

map2stan


rmcelreath/rethinking documentation built on Sept. 18, 2023, 2:01 p.m.