Predictions from Stabilised Linear Discriminant Analysis
Predict the class of a new observation based on stabilised LDA.
## S3 method for class 'slda' predict(object, newdata, ...)
object |
object of class |
newdata |
a data frame of new observations. |
... |
additional arguments passed to
|
This function is a method for the generic function predict
for class slda
. For the details see predict.lda
.
A list with components
class |
the predicted class (a factor). |
posterior |
posterior probabilities for the classes. |
x |
the scores of test cases. |
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.