repeat_test | R Documentation |
break_out
category.Performs repeat test across break_out
category.
repeat_test(
digitdata,
break_out,
data_column = NA,
duplicate_matching_cols = "all",
break_out_grouping = NA,
rounding_patterns_to_omit = NA,
plot = TRUE
)
digitdata |
A object of class |
break_out |
|
data_column |
The data column to omit rounding numbers upon. Must be a single column. |
duplicate_matching_cols |
An array of names of data columns two rows need to match exactly in order to be defined as a repeat.
Must include |
break_out_grouping |
A list of arrays, or defaulted to NA. Only effective if
|
rounding_patterns_to_omit |
The patterns to be counted as rounding digits to skip. Defaulted to NA.
|
plot |
TRUE or FALSE or 'Save': If TRUE, display the plots and return them. If 'Save', return the plots but suppress display. If FALSE, no plot is produced. Default to TRUE. |
A table of p values of t test for repeat test on each category
A table of percent repeated numbers for repeat test on each category ordered by decreasing repeats percentage
A table of sample sizes for repeat test on each category
Plots for each category if plot = TRUE or 'Save'
If NaN is in returned table, it means that there are no occurances of the data in that category –> 0/0 in percentage
repeat_test(digitdata)
repeat_test(digitdata, duplicate_matching_cols=c('col_name1, col_name2'))
repeat_test(digitdata, duplicate_matching_cols=c('col_name1, col_name2'), break_out='col_name')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.