Description Usage Arguments Examples
This model utilizes robust estimation in order to improve the performance of the standard quadratic discriminant. This is a heavy modification of MASS's qda function. Due to the substantial modifications the returned object is of its own "qdarob" class and has an accompanying predict method.
1 2 3 4 5 6 7 |
formula |
a model formula |
data |
a data frame |
prior |
a vector of prior probabilities for each class |
method |
the scale estimation method. one of "rocke" ( |
1 | qdarob(Species ~.,iris)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.