get_ranef: Get random effects for individual effect size quantification

Description Usage Arguments Value Examples

View source: R/get_ranef.R

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

1
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

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

jgeller112/gazer documentation built on Jan. 13, 2020, 1:04 p.m.