marc {benford.analysis}R Documentation

Gets the Mantissa Arc test of a Benford object

Description

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

Usage

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

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

[Package benford.analysis version 0.1.5 Index]