Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

mantissa

Gets the main stats of the Mantissa of a Benford object


Description

It gets the Mean, Variance, Excess Kurtosis and Skewness of the Mantissa. See the section value of benford.

Usage

mantissa(bfd)

Arguments

bfd

an object of class "Benford". See benford.

Value

A data.frame with the main stats of the Mantissa.

Examples

data(corporate.payment) #gets data 
cp <- benford(corporate.payment$Amount) #generates benford object
mantissa(cp) # equivalent to cp$mantissa

benford.analysis

Benford Analysis for Data Validation and Forensic Analytics

v0.1.5
GPL-3
Authors
Carlos Cinelli
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.