Description Usage Arguments Value Examples
It gets the original data from the 'suspicious' digits groups according to benford analysis.
1 | getSuspects(bfd, data, by="absolute.diff", how.many=2)
|
bfd |
an object of class "Benford". See |
data |
the original data used for the benford analysis. |
by |
a character string selecting how to order the digits.It can be 'abs.excess.summation','difference','squared.diff' or'absolute.diff'. |
how.many |
how many groups of digits to get. |
The 'suspicious' observations from the original data.
1 2 3 | data(lakes.perimeter) #gets data
lk <- benford(lakes.perimeter[,1]) #generates benford object
suspects <- getSuspects(lk, lakes.perimeter)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.