Description Usage Arguments Value Examples
It creates a data frame with the duplicates in decreasing order.
1 | duplicatesTable(bfd)
|
bfd |
an object of class "Benford". See |
A data frame with 2 variables: number and duplicates.
1 2 3 | data(census.2009) #gets data
c2009 <- benford(census.2009$pop.2009) #generates benford object
duplicatesTable(c2009)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.