View source: R/infer_random_effects_with_explanations.R
infer_random_effects_with_explanations | R Documentation |
This function infers random effects from data measurement relationships.
infer_random_effects_with_explanations(
measurement_gr,
nests_gr,
design,
all_relationships,
main_effects,
interaction_effects
)
measurement_gr |
Graph representing data measurement relationships. |
nests_gr |
Graph representing nesting relationships between variables. |
design |
Design |
main_effects |
List of candidate main effects |
interaction_effects |
List of candidate interaction effects |
List of random effects and their explanations
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.