summary.islasso {islasso} | R Documentation |
summary method for islasso fitted objects
## S3 method for class 'islasso' summary(object, pval = 1, use.t=FALSE, ...)
object |
fitted |
pval |
a threshold p-value value indicating which coefficients should be printed. if |
use.t |
if |
... |
not used |
## Not run: #continues example from ?islasso summary(o, pval=.1) #print just the "borderline" significant coefficients ## End(Not run)