Description Usage Arguments Examples
View source: R/tabelaum.R
Create big table for reports
1 2 3 4 5 6 7 8 9
tabelaum( dep_var, list_cont = NULL, list_cat = NULL, paired = FALSE, just_expl = FALSE, trunc_p = FALSE, data )
data
1 2 3 4 5 6 7 8
tabelaum(dep_var = "vs", list_cont=c("mpg","cyl"), list_cat = "am", data = mtcars) tabelaum(dep_var = "Species", list_cont=c(1:4), data=iris)
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.