duplicatesTable: Shows the duplicates of the data

Description Usage Arguments Value Examples

Description

It creates a data frame with the duplicates in decreasing order.

Usage

1

Arguments

bfd

an object of class "Benford". See benford.

Value

A data frame with 2 variables: number and duplicates.

Examples

1
2
3
data(census.2009) #gets data
c2009 <- benford(census.2009$pop.2009) #generates benford object
duplicatesTable(c2009)

benford.analysis documentation built on May 2, 2019, 10 a.m.