summary.glmmlasso {glmmixedlasso}R Documentation

Summarize a glmmlasso object

Description

Providing an elaborate summary of a glmmlasso object.

Usage

## S3 method for class 'glmmlasso'
summary(object, ...)

Arguments

object

a glmmlasso object

...

not used.

Details

This functions shows a detailed summary of a glmmlasso object. In the fixed-effects part, (n) right from a fixed-effects coefficient means that this coefficient was not subject to penalization.

Examples

data(xerop)
fit <- glmmlasso(y=xerop$y,group=xerop$group,X=xerop$X,Z=xerop$Z,
        family="binomial",covStruct="Identity",lambda=30)
summary(fit)

[Package glmmixedlasso version 0.1-21 Index]