ExtractRandomTerms | R Documentation |
Extract random terms from a lme4 formula
ExtractRandomTerms(form)
form |
A formula |
A named list containing character vectors with random terms; names are group variables.
ExtractRandomTerms(grade ~ ChildIQ * TeacherSkill * SchoolType +
(ChildIQ * TeacherSkill | Class/School))
ExtractRandomTerms(grade ~ ChildIQ * TeacherSkill * SchoolType +
(ChildIQ * TeacherSkill || Class/School))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.