marc: Gets the Mantissa Arc test of a Benford object

Description Usage Arguments Value Examples

View source: R/get.functions.R

Description

It gets the Mantissa Arc Test of a Benford object. See the section value of benford.

Usage

1
marc(bfd)

Arguments

bfd

an object of class "Benford". See benford.

Value

A list with class "htest" containing the results of the Mantissa Arc test.

Examples

1
2
3
data(corporate.payment) #gets data 
cp <- benford(corporate.payment$Amount) #generates benford object
marc(cp) # equivalent to cp$stats$mantissa.arc.test

carloscinelli/benford.analysis documentation built on Aug. 26, 2019, 8:08 a.m.