Description Usage Arguments Value Examples
It gets the duplicates from the original data.
1 | getDuplicates(bfd, data, how.many=2)
|
bfd |
an object of class "Benford". See |
data |
the original data used for the benford analysis. |
how.many |
how many groups of duplicates to get. |
The duplicates from the original data.
1 2 3 | data(census.2000_2010) #gets data
c2010 <- benford(census.2000_2010$pop.2010) #generates benford object
duplicates <- getDuplicates(c2010, census.2000_2010)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.