Learn R Programming

rattle (version 3.0.2)

calcInitialDigitDistr: Generate a frequency count of the initial digits

Description

In the context of Benford's Law calculate the distribution of the frequencies of the first digit of the numbers supplied as the argument.

Usage

calcInitialDigitDistr(l, digit=1,
 split=c("none", "positive", "negative"))

Arguments

l
a vector of numbers.
digit
the digit to generate frequencies for.
split
whether and how to split the digits.

References

Package home page: http://rattle.togaware.com