marc {benford.analysis} | R Documentation |
It gets the Mantissa Arc Test of a Benford object.
See the section value of benford
.
marc(bfd)
bfd |
an object of class "Benford". See |
A list with class "htest" containing the results of the Matissa Arc test.
data(corporate.payment) #gets data
cp <- benford(corporate.payment$Amount) #generates benford object
marc(cp) # equivalent to cp$stats$mantissa.arc.test