predict.qda.prmdt: predict.qda.prmdt

View source: R/predict.R

predict.qda.prmdtR Documentation

predict.qda.prmdt

Description

Return prediction for a qda model.

Usage

## S3 method for class 'qda.prmdt'
predict(object, newdata, type = "class", ...)

Arguments

object

a qda model object for which prediction is desired.

newdata

an optional data frame in which to look for variables with which to predict.

type

type of prediction 'prob' or 'class' (default).

...

additional arguments affecting the predictions produced.

Value

a vector or matrix of predictions for qda model.


traineR documentation built on Nov. 10, 2023, 1:15 a.m.