pension {robustbase}R Documentation

Pension Funds Data

Description

The total 1981 premium income of pension funds of Dutch firms, for 18 Professional Branches, from de Wit (1982).

Usage

data(pension)

Format

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

Income
Premium Income (in millions of guilders)
Reserves
Premium Reserves (in millions of guilders)

Source

P. J. Rousseeuw and A. M. Leroy (1987) Robust Regression and Outlier Detection; Wiley, p.76, table 13.

Examples

data(pension)
summary(lm.pension <- lm(Reserves ~., data=pension))

[Package robustbase version 0.1-5 Index]