Learn R Programming

emil (version 1.1-6)

emil.predict.qda: Prediction using already trained classifier.

Description

Wrapper for the MASS package implementation.

Usage

emil.predict.qda(object, x, ...)

Arguments

object
Fitted classifier as produced by batch.model.
x
Dataset of observations to be classified.
...
Sent to predict.qda.

Value

  • A list with elements:
    • pred: Factor of predicted class memberships.
  • prob: Data frame of predicted class probabilities.

See Also

emil, emil.fit.qda, modeling.procedure