Description Usage Arguments Value Examples
It gets the statistics of the first digits (Frequencies, Squared Differences, Absolute Differences etc).
See the section value of benford
.
1 | getBfd(bfd)
|
bfd |
an object of class "Benford". See |
A data.frame with first digits and their statistics.
1 2 3 | data(corporate.payment)
cp <- benford(corporate.payment$Amount) #generates benford object
getBfd(cp) # equivalent to cp$bfd
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.