| deriveStatisticalModel | R Documentation |
This function disambiguates the Statistical Model.
deriveStatisticalModel(
confounders,
interactions,
randomEffects,
familyLinkFunctions,
iv,
dv,
data
)
deriveStatisticalModel(
confounders,
interactions,
randomEffects,
familyLinkFunctions,
iv,
dv,
data
)
confounders |
list of confounders to include in the statistical model. |
interactions |
list of interaction effects to consider including in the statistical model. Optional. |
randomEffects |
list of random effects to include in the statistical model to maximize generalizability. Optional. |
familyLinkFunctions |
list of family and link functions to consider. |
iv |
AbstractVariable whose influence on @param dv we are interested in. |
dv |
AbstractVariable whose outcome we are interested in. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.