predict.plfd {PLFD}R Documentation

Predict Method for plfd

Description

Predict Method for plfd

Usage

## S3 method for class 'plfd'
predict(object, x, y, ...)

Arguments

object

plfd object.

x

Array, matrix-variate data to be predicted.

y

Vector (optional), Labels of x with value 1 or 2.

...

Ignored currently.

Value

list(W, y.hat, mcr) with


[Package PLFD version 0.2.0 Index]