get_ranef: Get random effects for individual effect size quantification

View source: R/get_ranef.R

get_ranefR Documentation

Get random effects for individual effect size quantification

Description

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.

Usage

get_ranef(model = NULL, ranef_name = NULL)

Arguments

model

(g)lmerMod object

ranef_name

string name of random effect (right of pipe in (g)lmer call)

Value

Returns a data frame containing the random effect estimates

Examples

re <- get_ranef(m.FT, "Subject:Object:Condition") #using FunctTheme example model

dmirman/gazer documentation built on Aug. 1, 2022, 2:02 p.m.