lasso2 (version 1.2-3)

summary.gl1ce: Summary Method for Generalized L1 Constrained Regression Models

Description

Returns (and prints) a summary list for fitted generalized L1 constrained regression models.

Usage

## S3 method for class 'gl1ce':
summary(object, dispersion = NULL, correlation = FALSE, \dots)
## S3 method for class 'summary.gl1ce':
print(x, digits = max(3, getOption("digits") - 3), ...)

Arguments

Value

an object of class summary.gl1ce (for which there's a print method). It is basically a list with the following components:callas contained on objectresidualsthe deviance residuals, as produced by residuals(object, type = "deviance").coefficientsthe coefficients of the model.familythe family of models to which object belongs, along with the variance and link functions for that model.boundthe bound used in fitting this modelLagrangianthe Lagrangian of the model

Details

This function is a method for the generic function summary for class gl1ce. It can be invoked by calling summary for an object of the appropriate class, or directly by calling summary.gl1ce regardless of the class of the object.