Shows the duplicates of the data
It creates a data frame with the duplicates in decreasing order.
duplicatesTable(bfd)
bfd |
an object of class "Benford". See |
A data frame with 2 variables: number and duplicates.
data(census.2009) #gets data c2009 <- benford(census.2009$pop.2009) #generates benford object duplicatesTable(c2009)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.