digit_analysis: Digit analysis

Description Usage Arguments Value Examples

View source: R/digit_analysis.R

Description

Digit analysis

Usage

1
digit_analysis(x, type = "terminal")

Arguments

x

A vector or matrix of numeric values.

type

Type of digit analysis ('benford' or 'terminal')

Value

P-value

Examples

1
2
 digit_analysis(c(1.234, 65.4321, 53.222), type = 'terminal')
 digit_analysis(c(1.234, 65.4321, 53.222), type = 'benford')

chartgerink/ddfab documentation built on Jan. 9, 2022, 8:22 a.m.