Description Usage Arguments Value Examples
It gets the Distortion Factor of a Benford object.
See the section value of benford
.
1 | dfactor(bfd)
|
bfd |
an object of class "Benford". See |
The distortion factor.
1 2 3 | data(corporate.payment) #gets data
cp <- benford(corporate.payment$Amount) #generates benford object
dfactor(cp) # equivalent to cp$distortion.factor
|
[1] -1.065467
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.