Learn R Programming

islasso (version 1.5.2)

summary.islasso.path: summary method for islasso.path fitted objects

Description

summary method for islasso.path fitted objects

Usage

# S3 method for islasso.path
summary(object, pval = 1, use.t = FALSE, lambda, ...)

Arguments

object

fitted "islasso.path" object

pval

a threshold p-value value indicating which coefficients should be printed. If pval = 0.10, say, only the variables/coefficients with \(p-value\le 0.10\) are printed. Possible unpenalized coefficients (including the intercept if in the model) are always printed, regardless of their p-value.

use.t

if TRUE, the p-values are computed using the t-distribution with residual model degrees of freedom

lambda

Value of the penalty parameter lambda at which summary are required.

...

not used

Author

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

Run this code
if (FALSE) {
#continues example from ?islasso.path
summary(o, pval = .1, lambda = 5) #print just the "borderline" significant coefficients
}

Run the code above in your browser using DataLab