marc: Gets the Mantissa Arc test of a Benford object

Description Usage Arguments Value Examples

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 Matissa 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

Example output

	Mantissa Arc Test

data:  corporate.payment$Amount
L2 = 0.0039958, df = 2, p-value < 2.2e-16

benford.analysis documentation built on May 2, 2019, 10 a.m.