predict.qdaDMP | R Documentation |
Predict using a qda model built with function
evaluateDIMPclass
predict.qdaDMP(
object,
newdata,
type = c("all", "class", "posterior", "scores", "qda.pred"),
...
)
object |
To use with function 'predict'. An object from class 'qdaDMP' |
newdata |
To use with function 'predict'. New data for classification prediction |
type |
To use with function 'predict'. The type of prediction
required. The default is 'all' basic predictions: classes and posterior
classification probabilities. Option 'qda.pred' returns the
object given by function 'predict.qda' from MASS package: 'class',
'posterior', 'scores' (cases scores on discriminant variables,
see |
... |
arguments passed to or from other methods. |
estimateCutPoint
, qda
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.