predict.lpda.3D: Predict method for lpda.3D classification

View source: R/predict.lpda.3D.R

predict.lpda.3DR Documentation

Predict method for lpda.3D classification

Description

Predict method for lpda.3D classification

Usage

## S3 method for class 'lpda.3D'
predict(object, datatest = NULL,...)

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

Arguments

object

Object of class inheriting from "lpda.3D"

datatest

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

x

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

...

Other arguments passed.

Value

fitted

Predicted class

eval

Evaluation of each individual in all the fitted models

Author(s)

Maria Jose Nueda, mj.nueda@ua.es

See Also

lpda


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