ComeçarComece de graça

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.

Este exercício faz parte do curso

Fraud Detection in R

Ver curso

Exercício interativo prático

Experimente este exercício completando este código de exemplo.

# 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)
Editar e executar o código