Skip to contents

Predict method for fregre.lm objects

Usage

# S3 method for class 'fregre.lm'
predict(object, newdata = NULL, new.scalar = NULL, ...)

Arguments

object

A fregre.lm object.

newdata

An fdata object (or NULL for fitted values).

new.scalar

Optional new scalar covariates matrix.

...

Additional arguments (ignored).

Value

Predicted values.