powered by
It gets the statistics of the first digits (Frequencies, Squared Differences, Absolute Differences etc). See the section value of benford.
benford
getBfd(bfd)
an object of class "Benford". See benford.
A data.frame with first digits and their statistics.
# NOT RUN { data(corporate.payment) cp <- benford(corporate.payment$Amount) #generates benford object getBfd(cp) # equivalent to cp$bfd # }
Run the code above in your browser using DataLab