fitInteractionModel: 'fitInteractionModel'

View source: R/regain.R

fitInteractionModelR Documentation

fitInteractionModel

Description

fitInteractionModel

Usage

fitInteractionModel(
  labelledDataFrame,
  variableIndices,
  depVarName,
  regressionFamily,
  numCovariates,
  excludeMainEffects
)

Arguments

labelledDataFrame

labelledDataFrame.frame with variables in columns and samples in rows.

variableIndices

vector of column indices of variable pairs.

depVarName

string name of the classLabel variable.

regressionFamily

string glm regression family name.

numCovariates

numeric of covariates included.

excludeMainEffects

logical indicating whether to exclude main effect terms.

Value

data.frame with variable, convergence status, beta coefficient, p-value, standard error and standardized beta columns.


insilico/glmSTIR documentation built on July 7, 2023, 12:29 a.m.