View source: R/plot.abesspca.R
plot.abesspca | R Documentation |
abess
" objectProduces a coefficient/deviance/tuning-value plot for a fitted "abess" object.
## S3 method for class 'abesspca'
plot(x, type = c("pev", "coef", "tune"), label = FALSE, ...)
x |
A " |
type |
The type of terms to be plot in the y-axis.
One of the following:
|
label |
A logical value.
If |
... |
Other graphical parameters to plot |
No return value, called for side effects.
If family = "mgaussian"
or family = "multinomial"
,
a coefficient plot is produced for
each dimension of multivariate response.
print.abesspca
,
coef.abesspca
,
plot.abesspca
.
abess_fit <- abesspca(USArrests, support.size = 1:4, sparse.type = "kpc")
plot(abess_fit)
plot(abess_fit, type = "coef")
plot(abess_fit, type = "tune")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.