Learn R Programming

CEGO (version 2.4.3)

predict.modelLinear: Predict: Combinatorial Kriging

Description

Predict with amodelLinear fit.

Usage

# S3 method for modelLinear
predict(object, x, ...)

Value

numeric vector of predictions

Arguments

object

fit of the Kriging model (settings and parameters), of class modelLinear.

x

list of samples to be predicted

...

further arguments, not used

See Also

modelLinear