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
MI2DataLab/auditor documentation built on Nov. 5, 2023, 4:20 p.m.