stat_tab.R generates formatted descriptive statistical tables of the dataset in batch.
Example of input data (testdf.xlsx) is shown as below:
var_list = c("var8","var9","var10","var11")
dec_tab(var_list)
summary of continous variables will be saved as continous_summary.xlsx and categorical variables as categorical_summary.xlsx. Sample outputs are shown as: