plot.msda | R Documentation |
Produces a coefficient profile plot of the coefficient paths for a
fitted msda
object.
## S3 method for class 'msda' plot(x, xvar = c("norm", "lambda"), ...)
x |
fitted |
xvar |
the variable on the X-axis. The option |
... |
other graphical parameters to plot |
A coefficient profile plot is produced.
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>
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/emeryyi/msda
data(GDS1615) x<-GDS1615$x y<-GDS1615$y obj <- msda(x = x, y = y) plot(obj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.