Last data update: 2014.03.03

R: predict method
predictR Documentation

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 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.

Author(s)

Loic Yengo loic.yengo@gmail.com

See Also

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

Results