summary.islasso {islasso}R Documentation

summary method for islasso fitted objects

Description

summary method for islasso fitted objects

Usage

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

Arguments

object

fitted "islasso" 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≤ 0.10 are printed.

use.t

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

...

not used

Examples

## Not run: 
#continues example from ?islasso
summary(o, pval=.1) #print just the "borderline" significant coefficients

## End(Not run)

[Package islasso version 1.1.0 Index]