Learn R Programming

clere (version 1.2.0)

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

# S4 method for 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 Datasets : numExpRealData, numExpSimData