summary.glmmlasso {glmmixedlasso} | R Documentation |
Providing an elaborate summary of a glmmlasso
object.
## S3 method for class 'glmmlasso' summary(object, ...)
object |
a |
... |
not used. |
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.
data(xerop) fit <- glmmlasso(y=xerop$y,group=xerop$group,X=xerop$X,Z=xerop$Z, family="binomial",covStruct="Identity",lambda=30) summary(fit)