getInteractionEffects: 'getInteractionEffects'

View source: R/regain.R

getInteractionEffectsR Documentation

getInteractionEffects

Description

getInteractionEffects

Usage

getInteractionEffects(
  dats,
  depVarName,
  reg.fam = "binomial",
  nCovs = 0,
  excludeMainEffects = F,
  indVarNames
)

Arguments

dats

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

depVarName

string name of the classLabel variable.

reg.fam

string glm regression family name.

nCovs

numeric of covariates included.

excludeMainEffects

logical indicating whether to exclude main effect terms.

indVarNames

Vector of independent variable names, to name output matrices

Value

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


insilico/npdr documentation built on July 6, 2023, 1:14 p.m.