- df
dataframe. (df)
- strata
Column name of stratification (string)
- vars
Column names of variables of interest (list)
- render.numeric
list of presentation of numeric variables (list)
- render.factor
presentation of factors, with simple removing one factor when only two exists
- tests
list of tests carried out, currently the following works: t.test, wilcox.test, fisher.test, auc, lm, and glm. (list)
- paired
if tests should be paired (boolean)
- digs_n
digits for numeric (numeric)
- digs_f
digits for factors (numeric)
- digs_p
digits for p-values (numeric)
- digs_s
digits for statistics (numeric)
- only_stats
if only stats should be presented (booolean)
- strata.fixed
list of columns which should be used as fixed stratification (list)
- strata.random
list of columns which should be used as random stratification (list)
- time.to
Column name of the time column for cox regression (list)
- present.missing
default is dynamic where non-missing variables are not presented.
- markdown
default is true and output is pander, while false output is a dataframe (boolean)
- caption
Table caption only in use when markdown is true (string)