Description Usage Arguments Details Value Examples
View source: R/superPC_model_GLM.R
Model statistics for Generalized Linear Model (GLM) regression by gene
1 | glmTrain_fun(x, y, family = binomial)
|
x |
An p \times n predictor matrix. |
y |
A response vector. |
family |
A description of the error distribution and link function to
be used in the model. The default is |
While this function currently supports any GLM family from the
family
function, this function is only called in the
model fitting step (via the internal superpc.train
) function
and not in the test statistic calculation step (in the
superpc.st
function). We would like to support Poisson
regression through the glm
function, as well as n-ary
classification through multinom
and ordinal logistic
regression through polr
.
The slope coefficient from the GLM for each gene.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.