Gets the MAD of a Benford object
It gets the Mean Absolute Deviation (MAD) of a Benford object.
See the section value of benford
.
MAD(bfd)
bfd |
an object of class "Benford". See |
The MAD.
data(census.2000_2010) #gets data c2010 <- benford(census.2000_2010$pop.2010) #generates benford object MAD(c2010) #equivalent to c2010$MAD
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.