predict: predict method

Description Usage Arguments See Also

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

1
2
## S4 method for signature '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


clere documentation built on Feb. 7, 2020, 1:06 a.m.