deriveStatisticalModel: Derive statistical model Should be called after...

View source: R/query.R

deriveStatisticalModelR Documentation

Derive statistical model Should be called after checkAndRefineConceptualModel

Description

This function disambiguates the Statistical Model.

Usage

deriveStatisticalModel(
  confounders,
  interactions,
  randomEffects,
  familyLinkFunctions,
  iv,
  dv,
  data
)

deriveStatisticalModel(
  confounders,
  interactions,
  randomEffects,
  familyLinkFunctions,
  iv,
  dv,
  data
)

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

AbstractVariable whose outcome we are interested in.


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