Learn R Programming

FRB (version 2.0-1)

ForgedBankNotes: Swiss (forged) bank notes data

Description

Six measurements made on 100 forged Swiss bank notes.

Usage

data(ForgedBankNotes)

Arguments

Format

The data frame contains the following columns:

Length

metric length of the bill

Left

height of the bill, measured on the left

Right

height of the bill, measured on the right

Bottom

distance of inner frame to the lower border

Top

distance of inner frame to the upper border

Diagonal

length of the diagonal

Details

The original data set in Flury and Riedwyl (1988) additionally contained 100 genuine bank notes, but these are not included here.

References

M. Salibian-Barrera, S. Van Aelst and G. Willems (2006) PCA based on multivariate MM-estimators with fast and robust bootstrap. Journal of the American Statistical Association, 101, 1198-1211.

Examples

Run this code
data(ForgedBankNotes)
pairs(ForgedBankNotes)

Run the code above in your browser using DataLab