coef.pelora {supclust} | R Documentation |
Extract the Model Coefficients of Pelora
Description
Yields the coefficients of the penalized logistic
regression model that is fitted by pelora
with its groups of
predictor variables (genes) as input
Usage
## S3 method for class 'pelora'
coef(object, ...)
Arguments
object |
an R object of |
... |
further arguments passed to and from methods. |
Value
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
.
Author(s)
Marcel Dettling, dettling@stat.math.ethz.ch
See Also
pelora
, also for references.
Examples
## Running the examples of Pelora's help page
example(pelora, echo = FALSE)
coef(fit)
[Package supclust version 1.1-1 Index]