Learn R Programming

digitTests (version 0.1.2)

digitTests-package: digitTests: Tests for Detecting Irregular Data Patterns

Description

logo

digitTests is an R package providing tests for detecting irregular data patterns.

The package and its analyses are also implemented with a graphical user interface in the Audit module of JASP, a free and open-source statistical software program.

Arguments

See Also

Useful links:

  • The issue page to submit a bug report or feature request.

Examples

Run this code
# NOT RUN {
# Load the digitTests package
library(digitTests)

############################################
### Example 1: Benford's Law ####
############################################

data('sinoForest')
distr.test(sinoForest$value, check = 'first', reference = 'benford')

###################################
### Example 2: Repeated Values ####
###################################

data('sanitizer')
rv.test(sanitizer$value, check = 'lasttwo', method = 'af', B = 1000)

# }

Run the code above in your browser using DataLab