getBfd: Gets the the statistics of the first Digits of a benford...

Description Usage Arguments Value Examples

Description

It gets the statistics of the first digits (Frequencies, Squared Differences, Absolute Differences etc). See the section value of benford.

Usage

1
getBfd(bfd)

Arguments

bfd

an object of class "Benford". See benford.

Value

A data.frame with first digits and their statistics.

Examples

1
2
3
data(corporate.payment) 
cp <- benford(corporate.payment$Amount) #generates benford object
getBfd(cp) # equivalent to cp$bfd

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