R/data.R

#' @name banknotes
#' @title Swiss Bank Notes 
#' @description This data set contains six measurements on 100 genuine and 
#' 100 fradulent old Swiss banknotes
#' @docType data
#' @usage data(banknotes)
#' @format a dataframe with the following variables: 
#' \describe{
#'  \item{Status}{the status of the banknote: genuine or counterfeit}
#'  \item{Length}{Length of bill (mm)}
#'  \item{Left}{Width of left edge (mm)}
#'  \item{Right}{Width of right edge (mm)}
#'  \item{Bottom}{Bottom margin width (mm)}
#'  \item{Top}{Top margin width (mm)}
#'  \item{Diagonal}{Length of diagonal (mm)}
#' }
#' @keywords datasets
#' @source Flury, B. and Riedwyl, H. (1988). Multivariate Statistics: A 
#' practical approach. London: Chapman & Hall, Tables 1.1 and 1.2, pp. 5-8.
#' 
NULL

Try the bark package in your browser

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

bark documentation built on Oct. 6, 2024, 1:08 a.m.