Learn R Programming

TEEReg (version 1.1)

telephone: An example dataset for TEEReg.

Description

The telephone data records the number of telephone calls (tens of millions) made in Belgium from 1959 to 1973. There are several outliers resulted from mistakes in recording units over the years 1964 to 1969.

Usage

data(telephone)

Arguments

Format

A data frame with 24 observations on the following 2 variables.
Y
a numeric vector: the number of telephone calls in tens of millions.
X
a numeric vector: years.

Source

R. J. Rousseeuw and A. M. Lerory. Robust Regression and Outlier Detection. John Wiley and Sons, New York, 1987.

Examples

Run this code
data(telephone)
plot(telephone)

Run the code above in your browser using DataLab