Learn R Programming

supclust (version 1.1-1)

coef.pelora: 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 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.

See Also

pelora, also for references.

Examples

Run this code
# NOT RUN {
 ## Running the examples of Pelora's help page
 example(pelora, echo = FALSE)
 coef(fit)
# }

Run the code above in your browser using DataLab