plot.msda {msda} | R Documentation |
Plot coefficients from a "msda" object
Description
Produces a coefficient profile plot of the coefficient paths for a
fitted msda
object.
Usage
## S3 method for class 'msda'
plot(x, xvar = c("norm", "lambda"), ...)
Arguments
x |
fitted |
xvar |
the variable on the X-axis. The option |
... |
other graphical parameters to plot |
Details
A coefficient profile plot is produced.
Value
No return value, called for side effects
Author(s)
Qing Mai <mai@stat.fsu.edu>, Yi Yang <yi.yang6@mcgill.ca>, Hui Zou <hzou@stat.umn.edu>
Maintainer: Yi Yang <yi.yang6@mcgill.ca>
References
Mai, Q.*, Yang, Y.*, and Zou, H. (2014), "Multiclass Sparse Discriminant Analysis." Submitted to Journal of the American Statistical Association. (* co-first author)
URL: https://github.com/archer-yang-lab/msda
Examples
data(GDS1615)
x<-GDS1615$x
y<-GDS1615$y
obj <- msda(x = x, y = y)
plot(obj)
[Package msda version 1.0.4 Index]