Learn R Programming

RSADBE (version 1.0)

PW_Illus: 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)

Arguments

Format

A data frame with 100 observations on the following 2 variables.
X
an input vector
Y
an output vector

Examples

Run this code
data(PW_Illus)
plot(PW_Illus)

Run the code above in your browser using DataLab