coef.pelora {supclust} | R Documentation |
Yields the coefficients of the penalized logistic
regression model that is fitted by pelora
with its groups of
predictor variables (genes) as input
## S3 method for class 'pelora'
coef(object, ...)
object |
an R object of |
... |
further arguments passed to and from methods. |
A numeric vector of length \code{noc}+1
, giving the
penalized logistic regression coefficients for the intercept and the
noc
groups and/or single variables identified by pelora
.
Marcel Dettling, dettling@stat.math.ethz.ch
pelora
, also for references.
## Running the examples of Pelora's help page
example(pelora, echo = FALSE)
coef(fit)