generateStatisticalModelJSON: Output info to JSON

View source: R/generateStatisticalModelJSON.R

generateStatisticalModelJSONR Documentation

Output info to JSON

Description

Writes info to a JSON file

Usage

generateStatisticalModelJSON(
  confounders,
  interactions,
  randomEffects,
  familyLinkFunctions,
  iv,
  dv,
  path
)

Arguments

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.


emjun/tisaner documentation built on Nov. 9, 2024, 6:32 p.m.