Description Usage Arguments Value Examples
View source: R/make_sas_freq_table.R
Main function of proc_freq, used to generate the var1*var2 output
tables, with the option to include cell chi-square values. This function is primarily
intended to be called within proc_freq
, so no error checking is done
1 | make_sas_freq_table(x, cellchi2 = FALSE)
|
x |
This is a casted contingency table, generated from data.table::dcast |
cellchi2 |
Boolean value to include cell chi-square values. Default is FALSE |
Currently, this just returns a matrix, but when called from
proc_freq
, it has class sas_table
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.