Skip to contents

The $summary() method of an MRPModel object returns tables containing the summary of posterior samples for the model parameters and diagnostics. Check out the More examples of R6 classes vignette for usage examples.

Usage

summary()

Value

A list of data.frame objects containing posterior sample summary and diagnostics for model parameters:

  • fixed effects (fixed)

  • standard deviations of varying effects (varying)

  • standard deviations of residuals (other)