getBfd {benford.analysis} | R Documentation |
It gets the statistics of the first digits (Frequencies, Squared Differences, Absolute Differences etc).
See the section value of benford
.
getBfd(bfd)
bfd |
an object of class "Benford". See |
A data.frame with first digits and their statistics.
data(corporate.payment)
cp <- benford(corporate.payment$Amount) #generates benford object
getBfd(cp) # equivalent to cp$bfd