Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

duplicatesTable

Shows the duplicates of the data


Description

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

Usage

duplicatesTable(bfd)

Arguments

bfd

an object of class "Benford". See benford.

Value

A data frame with 2 variables: number and duplicates.

Examples

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

benford.analysis

Benford Analysis for Data Validation and Forensic Analytics

v0.1.5
GPL-3
Authors
Carlos Cinelli
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.