restoreParams {glmmBUGS}R Documentation

Reparametrise bugs output

Description

Undoes the parametrisation used in writeBugsModel, and gives the original names to random effect levels.

Usage

restoreParams(bugsResult, ragged = NULL)

Arguments

bugsResult Output from bugs, using a ragged array generated by winBugsRaggedArray and a model generated by writeBugsModel
ragged The ragged array used to call bugs

Value

A list where each element is a matrix or an array. The first dimension is the number of realisations, the second the number of chains, and for vector-valued parameters and random effects, the third dimension is the length of the parameter..

Author(s)

Patrick Brown patrick.brown@utoronto.ca

See Also

bugs


[Package glmmBUGS version 1.0 Index]