R/auditorData.R

#' Artificial auditorData
#'
#' The auditor Data is an artificial data set.
#' It consists of 2000 observations.
#' First four of simulated variables are treated as continuous while the fifth one is categorical.
#'
#' @name auditorData
#' @docType data
#' @usage data(auditorData)
#'
#'
#' @examples
#' data("auditorData", package = "auditor")
#' head(auditorData)
#' @format a data frame with 2000 rows and 5 columns
NULL

Try the auditor package in your browser

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

auditor documentation built on Nov. 2, 2023, 6:13 p.m.