付款資料集
資料集 expensesCEO 包含一家上市金融公司 CEO 所做的 1,000 筆付款。
大多數發票來自供應商所提供的商品與服務,或是他因公務活動而必須支出的費用。
本練習屬於課程
R 的詐欺偵測
動手互動練習
試著完成這個範例程式碼,體驗一下這個練習。
# 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)