Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

MAD

Gets the MAD of a Benford object


Description

It gets the Mean Absolute Deviation (MAD) of a Benford object. See the section value of benford.

Usage

MAD(bfd)

Arguments

bfd

an object of class "Benford". See benford.

Value

The MAD.

Examples

data(census.2000_2010) #gets data
c2010 <- benford(census.2000_2010$pop.2010) #generates benford object
MAD(c2010) #equivalent to c2010$MAD

benford.analysis

Benford Analysis for Data Validation and Forensic Analytics

v0.1.5
GPL-3
Authors
Carlos Cinelli
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.