Description Usage Arguments Value Examples
It gets the lines, values, mantissa and first digits of the data used of a Benford object .
See the section value of benford
.
1 | getData(bfd)
|
bfd |
an object of class "Benford". See |
A data.frame with the lines, values, mantissa and first digits of the data.
1 2 3 | data(corporate.payment)
cp <- benford(corporate.payment$Amount) #generates benford object
getData(cp) # equivalent to cp$data
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.