Description Usage Arguments Value Examples
It gets the Mantissa Arc Test of a Benford object.
See the section value of benford
.
1 | marc(bfd)
|
bfd |
an object of class "Benford". See |
A list with class "htest" containing the results of the Matissa Arc test.
1 2 3 | data(corporate.payment) #gets data
cp <- benford(corporate.payment$Amount) #generates benford object
marc(cp) # equivalent to cp$stats$mantissa.arc.test
|
Mantissa Arc Test
data: corporate.payment$Amount
L2 = 0.0039958, df = 2, p-value < 2.2e-16
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.