Gets the Mantissa Arc test of a Benford object
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
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.