Learn R Programming

glmer2stan (version 0.995)

varef: Extract varying effect estimates from a Stan model fit by glmer2stan

Description

Returns a list of mean and standard deviations of varying effects.

Usage

varef( object )

Arguments

object
A stanfit object produced by glmer2stan

Details

The returned list is nested, with expectation and stddev at the top level. Within each, there are separate matrices for each varying effect grouping variable. Columns are factors (named) and rows are individual groups.

See Also

glmer2stan