Render Cell Suppression (Discrete)
render_cell_suppression.discrete.Rd
This is a custom render for table1
discrete variables which performs GEMINI
"cell suppression" for any variable levels which contain fewer than 6 observations.
This is useful when you have an indicator variable for example, and you would like to
count the total number of events. [table1::render.default.categorical()]
will break
down the indicator variable into its components first (0 and 1) and then give you individual
counts. This will simply count 1s (for example).