Produce coefficients for an fda or mda object
a method for coef for extracting the canonical coefficients from an fda or mda object
## S3 method for class 'fda' coef(object, ...)
object |
an |
... |
not relevant |
See the references for details.
A coefficient matrix
Trevor Hastie and Robert Tibshirani
“Flexible Disriminant Analysis by Optimal Scoring” by Hastie, Tibshirani and Buja, 1994, JASA, 1255-1270.
“Penalized Discriminant Analysis” by Hastie, Buja and Tibshirani, 1995, Annals of Statistics, 73-102.
“Elements of Statisical Learning - Data Mining, Inference and Prediction” (2nd edition, Chapter 12) by Hastie, Tibshirani and Friedman, 2009, Springer
data(iris) irisfit <- fda(Species ~ ., data = iris) coef(irisfit) mfit=mda(Species~.,data=iris,subclass=2) coef(mfit)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.