Learn R Programming

clere (version 1.1.2)

predict: predict method

Description

This function makes prediction using a fitted model and a new matrix of design. It returns a vector of predicted values of size equal to the number of rows of matrix newx.

Usage

## S3 method for class 'Clere':
predict(object, newx, ...)

Arguments

object
[Clere]: Output object from fitClere.
newx
[matrix]: A numeric design matrix.
...
Additional arguments, not to be supplied in this version.

See Also

Overview : clere-package Classes : Clere Methods : show, plot, clusters, predict, summary Functions : fitClere