Description Usage Arguments Value Examples
View source: R/get.functions.R
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 Mantissa 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
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.