obs.numb.dig: Frequency of each figure at a given position

Description Usage Arguments Value Note Author(s) Examples

View source: R/obs.numb.dig.R

Description

The function returns the frequencies of each figure at a given position in the considered dataset.

Usage

1
obs.numb.dig(dat, dig = 1)

Arguments

dat

The considered dataset, a data frame containing non-zero real numbers.

dig

The chosen position of the digit (from the left).

Value

A vector containing the frequencies of each figure in ascending order. Its length is 9 if dig=1 (the figures ranging from 1 to 9) and 10 if dig>1 (the figures ranging from 0 to 9).

Note

This warning message can appear: NAs introduced during the automatic conversion. This is due to the fact that some data are not numerical in the entered dataset. Non numerical values and zeros are not counted.

Author(s)

Blondeau Da Silva St\'ephane

Examples

1
2

BeyondBenford documentation built on July 25, 2020, 1:06 a.m.