Metadata describing the data, functions and arguments needed to produce your results.
table_metadataA data frame with one row per function call and 16 variables:
funcname of the function you wish to call
dfdata frame to pass to the function call
subsetfilter df records, this is passed directly to filter,
ex. "AESER == 'Y'"
rowvarvariable being summarized that will pass to the function call
rowtextrow label text to display in the table
row_headerheader text to display above row summary
statlistlist of statistics in the analysis, see individual
functions for what is available per function (e.g. "N, n (x.x)")
colvarvariable used to determine the columns of the table
decimaldecimal precision
rowbyvarrepeat rowvar summary by this variable/s, comma separated
for multiple (e.g. "ETHNIC, AGEGR1")
tablebyvarrepeat the entire table summary by this variable/s,
comma separated for multiple (e.g. "ETHNIC, AGEGR1")
denom_dfused to set denominators if df does not contain
all required records