getData {benford.analysis} | R Documentation |
It gets the lines, values, mantissa and first digits of the data used of a Benford object .
See the section value of benford
.
getData(bfd)
bfd |
an object of class "Benford". See |
A data.frame with the lines, values, mantissa and first digits of the data.
data(corporate.payment)
cp <- benford(corporate.payment$Amount) #generates benford object
getData(cp) # equivalent to cp$data