| summary.islasso.path {islasso} | R Documentation |
summary method for islasso.path fitted objects
Description
summary method for islasso.path fitted objects
Usage
## S3 method for class 'islasso.path'
summary(object, pval = 1, use.t = FALSE, lambda, ...)
Arguments
object |
fitted |
pval |
a threshold p-value value indicating which coefficients should be printed. If |
use.t |
if |
lambda |
Value of the penalty parameter lambda at which summary are required. |
... |
not used |
Author(s)
Maintainer: Gianluca Sottile <gianluca.sottile@unipa.it>
See Also
islasso.path, islasso.path.fit, coef.islasso.path, residuals.islasso.path, GoF.islasso.path, logLik.islasso.path, fitted.islasso.path, predict.islasso.path and deviance.islasso.path methods.
Examples
## Not run:
#continues example from ?islasso.path
summary(o, pval = .1, lambda = 5) #print just the "borderline" significant coefficients
## End(Not run)