Gets the the statistics of the first Digits of a benford object
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
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.