bayesmodelClass-class: S4 class for displaying output of Bayesian models

Description Slots Examples

Description

S4 class for displaying the output of the functions rrisk.BayesPEM and rrisk.BayesZIP.

Slots

convergence

logical, whether the model has converged (assessed by the user only if GUI was used)

results

summary of runjags object

jointposterior

data frame giving the joint posterior probability distribution

nodes

names of the parameters jointly estimated by the Bayes model

model

model in rjags/JAGS syntax

chains

number of independent MCMC chains

burn

length of burn-in period

update

length of update iterations for estimation

Examples

1
2
new("bayesmodelClass")
new("bayesmodelClass",model="Some model...", nodes="Nodes info...")

BfRstats/rriskBayes2 documentation built on May 5, 2019, 2:42 p.m.