| swissbanknotes {fsdaR} | R Documentation |
Swiss banknote data
Description
Six variables measured on 100 genuine and 100 counterfeit old (printed before the second world war) Swiss 1000-franc bank notes (Flury and Riedwyl, 1988).
Usage
data(swissbanknotes)
Format
A data frame with 200 observations on the following 7 variables.
lengthLength of bill, mm
leftWidth of left edge, mm
rightWidth of right edge, mm
bottomBottom margin width, mm
topTop margin width, mm
diagonalLength of image diagonal, mm
class1 = genuine, 2 = counterfeit
Source
Flury, B. and Riedwyl, H. (1988). Multivariate Statistics: A practical approach. London: Chapman & Hall.
References
Weisberg, S. (2005). Applied Linear Regression, 3rd edition. New York: Wiley, Problem 12.5.
Examples
library(rrcov)
data(swissbanknotes)
head(swissbanknotes)
plot(CovMcd(swissbanknotes[, 1:6]), which="pairs", col=swissbanknotes$class)
[Package fsdaR version 0.9-0 Index]