get_ranef | R Documentation |
Takes a model and name of a random effect. Returns a data frame containing those random effect estimates arranged and ready for quantifying individual effect sizes.
get_ranef(model = NULL, ranef_name = NULL)
model |
(g)lmerMod object |
ranef_name |
string name of random effect (right of pipe in (g)lmer call) |
Returns a data frame containing the random effect estimates
re <- get_ranef(m.FT, "Subject:Object:Condition") #using FunctTheme example model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.