# NOT RUN {
table_one(data = mtcars,group='vs',
mean_sd = 'wt',
count_percent = c('gear','am')
)
table_one(data = mtcars,
group='vs',
mean_sd = 'wt',
t.test = 'wt',
count_percent = c('gear','am','cyl'),
chisq.test = c('am','gear'),
fisher.test = c('cyl'),
round = 3
)
# }
Run the code above in your browser using DataLab