Description Usage Arguments Value Examples
It gets the Mean Absolute Deviation (MAD) of a Benford object.
See the section value of benford
.
1 | MAD(bfd)
|
bfd |
an object of class "Benford". See |
The MAD.
1 2 3 | data(census.2000_2010) #gets data
c2010 <- benford(census.2000_2010$pop.2010) #generates benford object
MAD(c2010) #equivalent to c2010$MAD
|
[1] 0.001428017
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.