Learn R Programming

benford.analysis (version 0.1.5)

marc: 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

Run this code
# NOT RUN {
data(corporate.payment) #gets data 
cp <- benford(corporate.payment$Amount) #generates benford object
marc(cp) # equivalent to cp$stats$mantissa.arc.test
# }

Run the code above in your browser using DataLab