summary.islasso function

summary method for islasso fitted objects

summary method for islasso fitted objects

## S3 method for class '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 pvalue0.10p-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(s)

Maintainer: Gianluca Sottile gianluca.sottile@unipa.it

See Also

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

Examples

## Not run: #continues example from ?islasso summary(o, pval = .1) #print just the "borderline" significant coefficients ## End(Not run)
  • Maintainer: Gianluca Sottile
  • License: GPL (>= 2)
  • Last published: 2024-01-23

Useful links