pension {rrcov}R Documentation

Pension Funds

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))
summary(lts.pension <- ltsReg(Reserves ~., data=pension))

[Package rrcov version 0.3-04 Index]