getcorrs | R Documentation |
Gets summaries of random effects correlations from a brms model.
getcorrs(model, factor)
get_corrs(model, factor)
model |
The brms model. |
factor |
The factor you want correlations for. |
## Not run:
model_height_vtl = bmmb::get_model("11_model_height_vtl_f0")
# Correlations between listener (L) random effects
bmmb::get_corrs (model_height_vtl, "L")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.