Learn R Programming

emil (version 1.1-6)

emil.predict.lda: Prediction using already trained prediction model

Description

Wrapper for the MASS package implementation.

Usage

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

Arguments

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

Value

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

See Also

emil, emil.fit.lda, modeling.procedure