Description Usage Arguments Details Value See Also Examples
Classify multivariate observations in conjunction with osqda
.
1 | predict.osqda(object, newdata, ...)
|
object |
Object of class |
newdata |
A |
... |
Further arguments. |
This function is a method for the generic function predict()
for class
"osqda"
.
It can be invoked by calling predict(x)
for an object x
of the
appropriate class, or directly by calling predict.osqda(x)
regardless of
the class of the object.
A list
with components:
class |
The predicted class labels (a |
posteriors |
Matrix of class posterior probabilities. |
Other observation_specific qda: osqda
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.