predict.KLR: Predict using a KLR fit

Description Usage Arguments Value See Also

View source: R/KLR.R

Description

Prediction

Usage

1
2
## S3 method for class 'KLR'
predict(object, newx = object$x, ...)

Arguments

object

An object of class KLR.

newx

The m x p matrix of observations at which to perform prediction.

...

Extra arguments (not used).

Value

The m x 1 vector of predicted probabilities.

See Also

KLR


fontaine618/KLR documentation built on March 29, 2021, 1:46 a.m.