powered by
It gets the Mantissa Arc Test of a Benford object. See the section value of benford.
benford
marc(bfd)
an object of class "Benford". See benford.
A list with class "htest" containing the results of the Matissa Arc test.
# 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