coef.pelora: Extract the Model Coefficients of Pelora

Description Usage Arguments Value Author(s) See Also Examples

View source: R/pelora.R

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

1
2
## S3 method for class 'pelora'
coef(object, ...)

Arguments

object

an R object of class "pelora", typically the result of pelora().

...

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

1
2
3
 ## Running the examples of Pelora's help page
 example(pelora, echo = FALSE)
 coef(fit)

supclust documentation built on Sept. 27, 2021, 5:11 p.m.