View source: R/generateStatisticalModelJSON.R
generateStatisticalModelJSON | R Documentation |
Writes info to a JSON file
generateStatisticalModelJSON(
confounders,
interactions,
randomEffects,
familyLinkFunctions,
iv,
dv,
path
)
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 |
Continuous, Counts, or Categories. |
path |
Path-like or character. Path to write out the JSON. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.