PW_Illus {RSADBE}R Documentation

A data set for illustrating "Piecewise Linear Regression Model"

Description

As with the "OF" data set, this data set has been created by the author to build up the ideas leading up to piecewise linear regression model.

Usage

data(PW_Illus)

Format

A data frame with 100 observations on the following 2 variables.

X

an input vector

Y

an output vector

Examples

data(PW_Illus)
plot(PW_Illus)

[Package RSADBE version 1.0 Index]