View source: R/S3methods_islasso.path.R
summary.islasso.path | R Documentation |
Extracts coefficient estimates, standard errors and p-values from an islasso.path
fit at a given regularization level lambda
.
## S3 method for class 'islasso.path'
summary(object, pval = 1, use.t = FALSE, lambda, ...)
object |
A fitted object of class |
pval |
Numeric threshold for displaying coefficients. Only variables with |
use.t |
Logical. If |
lambda |
Numeric. Value of the regularization parameter at which the summary should be extracted. |
... |
Currently unused. |
An object of class "summary.islasso.path"
containing filtered estimates and significance metrics.
Gianluca Sottile gianluca.sottile@unipa.it
islasso.path
, GoF.islasso.path
, coef.islasso.path
,
fitted.islasso.path
, predict.islasso.path
,
residuals.islasso.path
, logLik.islasso.path
,
deviance.islasso.path
## Not run:
# Assuming object `o` is from islasso.path
summary(o, pval = 0.1, lambda = 5)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.