View source: R/S3methods_islasso.R
summary.islasso | R Documentation |
Provides a concise summary of a fitted islasso
model, including p-values and optional filtering.
## S3 method for class 'islasso'
summary(object, pval = 1, which, use.t = FALSE, type.pval = "wald", ...)
object |
A fitted model of class |
pval |
Numeric threshold for displaying coefficients. Only those with |
which |
Optional. Specifies a subset of coefficients to test. If missing, all parameters are evaluated. |
use.t |
Logical. If |
type.pval |
Character. Type of p-value approximation. Only |
... |
Additional arguments (not currently used). |
An object of class "summary.islasso"
containing:
coefficients |
Coefficient estimates and related statistics |
pval |
Threshold used to filter coefficients |
call |
Original model call |
Gianluca Sottile gianluca.sottile@unipa.it
islasso.fit
, residuals.islasso
, logLik.islasso
, predict.islasso
, deviance.islasso
## Not run:
# Assuming object `o` from an islasso fit
summary(o, pval = 0.1) # Show coefficients with p <= 0.1
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.