Payments data set
The dataset expensesCEO
consists of 1,000 payments done by a CEO of a publicly traded financial company.
Most invoices are for goods and services received from vendors or for expenses they had to make for work related activities.
Cet exercice fait partie du cours
Fraud Detection in R
Exercice interactif pratique
Essayez cet exercice en complétant cet exemple de code.
# Validate data against Benford's Law using first digit
bfd.exp <- benford(___, number.of.digits = ___)
plot(bfd.exp, except=c("second order", "summation", "mantissa", "chi squared","abs diff", "ex summation", "Legend"), multiple = F)