A simple function to predict class membership for new data
predictNewData(model, NewData, ...)
(model) Classifier model obtained from a classification analysis
(optional) (dataframe) New Data frame features for which the class membership is requested
(optional) additional arguments for the function
Predictions for each case in the NewData.
A function to generate predictions on a new dataset based on a previously estimated classifier model. This could be generated from LinearDA, classifyFun or DTMOdel functions.