View source: R/inferRandomEffects.R
inferRandomEffects | R Documentation |
This function infers random effects from data measurement relationships.
inferRandomEffects(confounders, interactions, conceptualModel, iv, dv)
confounders |
List of confounders to include in a statistical model. |
interactions |
List of interaction terms to include in a statistical model. |
conceptualModel |
ConceptualModel expressing conceptual relationships. |
iv |
AbstractVariable whose influence on @param dv we are interested in estimating. |
dv |
AbstractVariable whose outcome we are interested in estimating in a statsitical model. |
List of random effects to include.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.