regainParallel | R Documentation |
regainParallel
regainParallel(
depVarName = "class",
labelledDataFrame,
stdBetas = FALSE,
absBetas = FALSE,
numCores = 2,
verbose = FALSE,
writeBetas = FALSE,
interactOutput = "Betas",
regressionFamily = "binomial"
)
depVarName |
|
labelledDataFrame |
|
stdBetas |
|
absBetas |
|
numCores |
|
verbose |
|
writeBetas |
|
interactOutput |
|
regressionFamily |
|
regainMatrix matrix
of variable by variable regression coefficients.
http://www.nature.com/gene/journal/v11/n8/full/gene201037a.html Genes & Immunity Paper
https://github.com/hexhead/inbixC++ inbix on github
Other GAIN functions:
dcgain()
,
dmgain()
,
fitInteractionModel()
,
fitMainEffectModel()
,
gainToSimpleSIF()
,
getInteractionEffects()
,
getMainEffects()
,
regain()
Other inbix synonym functions:
dcgain()
,
getMainEffects()
,
regain()
data(testdata10)
rinbixRegain <- regainParallel(testdata10, stdBetas = TRUE, absBetas = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.