Description Usage Arguments Value
View source: R/internal.functions-new-code-2.R
It extracts the last two digits from the data.
This function is used by the main function of the package benford to extract the
ast two digits of the data.
1 | last.two.digits(data, sign = "positive")
|
data |
a numeric vector. |
sign |
The default value for sign is "positive" and it analyzes only data greater than zero. There are also the options "negative" and "both" that will analyze only negative values or both positive and negative values of the data, respectively. For large datasets with both positive and negative numbers, it is usually recommended to perform a separate analysis for each group, for the incentives to manipulate the numbers are usually different. |
A data.frame with the data and the last digits.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.