Learn R Programming

islasso (version 1.5.2)

summary.islasso: summary method for islasso fitted objects

Description

summary method for islasso fitted objects

Usage

# S3 method for islasso
summary(object, pval = 1, which, use.t = FALSE,
  type.pval = "wald", ...)

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\le 0.10\) are printed. Possible unpenalized coefficients (including the intercept if in the model) are always printed, regardless of their p-value.

which

a specification of which parameters are to be given p-values. If missing, all parameters are considered.

use.t

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

type.pval

Only Wald-type confidence intervals are implemented yet! type.pval = "wald" (default) estimates and standard errors are used to build confidence interval

...

not used

Author

Maintainer: Gianluca Sottile <gianluca.sottile@unipa.it>

See Also

islasso.fit, summary.islasso, residuals.islasso, logLik.islasso, predict.islasso and deviance.islasso methods.

Examples

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

Run the code above in your browser using DataLab