predict.PiecewiseLinear {SiZer}R Documentation

Calculates predicted values from a piecewise linear object

Description

Calculates predicted values from a piecewise linear object

Usage

## S3 method for class '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.


[Package SiZer version 0.1-8 Index]