Description Usage Arguments Value Author(s) See Also Examples
View source: R/extract_random_effects.R
Extract random intercept and slope effects from lmerMod and / or gam models.
1 2 3 4 5 6 7 | extract_random_effects(
md4_lmer,
md4_gamm4,
md4_lmer_pwl,
md4_lmer_poly,
levels_ID = NULL
)
|
md4_lmer |
lmerMod object returned from a maeve:: call to lme4::lmer() |
md4_gamm4 |
list with 'mer' component returned from gamm4::gamm4() |
md4_lmer_pwl |
lmerMod object returned from a maeve by piecewise linear mixed model regression. |
md4_lmer_poly |
lmerMod object returned from a maeve by polynomial basis mixed model regression. |
levels_ID |
optional character vector with the ordered levels of subject identifiers. If not provided, the function attempts to get these levels from the models. |
a data.frame with intercept & slope random effects.
Bill Forrest forrest@gene.com
1 | cat( 'No working example for unexported function extract_random_effect().' )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.