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.
# S4 method for Clere
predict(object, newx, ...)
[Clere]: Output object from fitClere
.
[matrix]: A numeric design matrix.
Additional arguments, not to be supplied in this version.
Overview : clere-package
Classes : '>Clere
Methods : show
, plot
, clusters
, predict
, summary
Functions : fitClere
Datasets : numExpRealData
, numExpSimData