Print a summary of the gamsel path at each step along the path
# S3 method for gamsel
print(x, digits = max(3, getOption("digits") - 3), ...)
The matrix above is silently returned
fitted gamsel object
significant digits in printout
additional print arguments
Alexandra Chouldechova and Trevor Hastie
Maintainer: Trevor
Hastie hastie@stanford.edu
The call that produced the object x
is printed, followed by a
five-column matrix with columns NonZero
, Lin
, NonLin
, %Dev
and Lambda
. The first three columns say how many nonzero, linear
and nonlinear terms there are. %Dev
is the percent deviance
explained (relative to the null deviance).
Chouldechova, A. and Hastie, T. (2015) Generalized Additive Model Selection
predict.gamsel, cv.gamsel, plot.gamsel, summary.gamsel, basis.gen