Skip to content

random-git/Auto-statistical-table

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auto-statistical-table

stat_tab.R generates formatted descriptive statistical tables of the dataset in batch.

Example of input data (testdf.xlsx) is shown as below:

input_tb

Demo

Enter list of varialbes for subgroup comparisons:

var_list = c("var8","var9","var10","var11")

Call the function:

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:
cont_tb cat_tb

About

Generate formatted descriptive statistical tables of the dataset in batch.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages