Learn R Programming

psycho (version 0.4.91)

find_random_effects: Find random effects in formula.

Description

Find random effects in formula.

Usage

find_random_effects(formula)

Arguments

formula

Formula

Examples

Run this code
# NOT RUN {
library(psycho)
find_random_effects("Y ~ X + (1|Group)")
# }

Run the code above in your browser using DataLab