Description Usage Arguments Value Author(s)
View source: R/VarCompFunctions.R
#Apply an lme4 model (model_function) to a data frame and report the proportion of variance explained by each component.
1 | estimateVarianceExplained(model_data, model_function)
|
model_data |
data frame with all of the neccessary columns for the model. |
model_function |
Function that when applied to a model_data data frame returns an lme4 object. |
data frame containing the proportion of variance explained by each component.
Kaur Alasoo
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.