View source: R/summarize_categorical_covariates.R
summarize_categorical_covariates | R Documentation |
Summarizes the selected categorical covariates, returning counts and frequencies of each levels.
summarize_categorical_covariates(run, covariates = NULL, baseline_only = TRUE)
run |
|
covariates |
character vector of categorical covariates names. Default is |
baseline_only |
logical. Consider only the baseline (= first) values of the subjects. Default is
|
A data frame.
EXAMPLERUN %>% summarize_categorical_covariates()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.