getData: Gets the data used of a Benford object

Description Usage Arguments Value Examples

Description

It gets the lines, values, mantissa and first digits of the data used of a Benford object . See the section value of benford.

Usage

1
getData(bfd)

Arguments

bfd

an object of class "Benford". See benford.

Value

A data.frame with the lines, values, mantissa and first digits of the data.

Examples

1
2
3
data(corporate.payment) 
cp <- benford(corporate.payment$Amount) #generates benford object
getData(cp) # equivalent to cp$data

benford.analysis documentation built on May 2, 2019, 10 a.m.