Swiss Banknote Data

knitr::opts_chunk$set(echo = TRUE)

Note: The description has been taken from R.

Description

The data set contains six measurements made on 100 genuine and 100 counterfeit old-Swiss 1000-franc bank notes.

Usage

data(banknote, package="mclust")
head(banknote)

Format

A data frame with the following variables:

Variable | Meaning -------------|----------------------------------------------------------------------------------------- Status | the status of the banknote: genuine or counterfeit Length | Length of bill (mm) Left | Width of left edge (mm) Right | Width of right edge (mm) Bottom | Bottom margin width (mm) Top | Top margin width (mm) Diagonal | Length of diagonal (mm)

Image source: https://commons.wikimedia.org/wiki/File:CHF1000_2_back_horizontal.jpg

Source



Try the rmdwc package in your browser

Any scripts or data that you put into this service are public.

rmdwc documentation built on Nov. 13, 2022, 1:07 a.m.