banknote: The Swiss Banknote Data

Description Usage References Examples

Description

This package contains measurements on 200 Swiss banknotes: 100 genuine and 100 counterfeit. The variables are length of bill, width of left edge, width of right edge , bottom margin width and top margin width. All measurements are in millimetres. The data source is noted below. This data is also available in the alr package in R.

Usage

1

References

Flury, B. and Riedwyl, H. (1988). Multivariate Statistics: A practical approach. London: Chapman and Hall.

Examples

1
2
data(banknote) # Loads the brown bread data set
head(banknote) # Displays the first six rows of the brown bread data set

Example output

Loading required package: tmvtnorm
Loading required package: mvtnorm
Loading required package: Matrix
Loading required package: stats4
Loading required package: gmm
Loading required package: sandwich
Loading required package: MCMCpack
Loading required package: coda
Loading required package: MASS
##
## Markov Chain Monte Carlo Package (MCMCpack)
## Copyright (C) 2003-2021 Andrew D. Martin, Kevin M. Quinn, and Jong Hee Park
##
## Support provided by the U.S. National Science Foundation
## (Grants SES-0350646 and SES-0350613)
##
  Length  Left Right Bottom  Top Diagonal Y
1  214.8 131.0 131.1    9.0  9.7    141.0 0
2  214.6 129.7 129.7    8.1  9.5    141.7 0
3  214.8 129.7 129.7    8.7  9.6    142.2 0
4  214.8 129.7 129.6    7.5 10.4    142.0 0
5  215.0 129.6 129.7   10.4  7.7    141.8 0
6  215.7 130.8 130.5    9.0 10.1    141.4 0

uskewFactors documentation built on May 1, 2019, 9:51 p.m.