Learn R Programming

SiZer (version 0.1-8)

predict.PiecewiseLinear: Calculates predicted values from a piecewise linear object

Description

Calculates predicted values from a piecewise linear object

Usage

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

Arguments

object

A PiecewiseLinear object

x

A vector of x-values in which to calculate the y.

...

Unused at this time.