robustbase (version 0.93-5)

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, package="robustbase")

Arguments

Format

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

Calls

Number of Calls (in tens of millions)

Year

Year (1950 - 1973)

Examples

Run this code
# NOT RUN {
data(telef)
summary(lm.telef <- lm(Year~., data=telef))
# }
# NOT RUN {
<!-- %%summary(lts.telef <- ltsReg(Year~., data=telef)) -->
# }

Run the code above in your browser using DataLab