Learn R Programming

robustbase (version 0.92-7)

telef: Number of International Calls from Belgium

Description

Number of international calls from Belgium, taken from the Belgian Statistical Survey, published by the Ministry of Economy.

Usage

data(telef)

Arguments

Format

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

Source

P. J. Rousseeuw and A. M. Leroy (1987) Robust Regression and Outlier Detection; Wiley, page 26, table 2.

Examples

Run this code
data(telef)
summary(lm.telef <- lm(Year~., data=telef))

Run the code above in your browser using DataLab