predict.lpda: Predict method for lpda classification

View source: R/predict.lpda.R

predict.lpdaR Documentation

Predict method for lpda classification

Description

Predict method for lpda classification

Usage

## S3 method for class 'lpda'
predict(object, datatest = object$data,...)

## S3 method for class 'predict.lpda'
print(x, ...)

Arguments

object

Object of class inheriting from "lpda"

datatest

An optional data to predict their class. If omitted, the original data is used.

x

An object of class "predict.lpda", a result of a call to predict.lpda.

...

Other arguments passed.

Value

fitted

Predicted class

eval

Evaluation of each individual in the fitted model

Author(s)

Maria Jose Nueda, mj.nueda@ua.es

See Also

lpda


lpda documentation built on April 4, 2025, 4:24 a.m.