View source: R/plot_parameters_vs_categorical_covariates.R
| plot_parameters_vs_categorical_covariates | R Documentation | 
Plots the selected parameters and categorical covariates correlations.
plot_parameters_vs_categorical_covariates(
  run,
  parameters = NULL,
  covariates = NULL,
  baseline_only = TRUE,
  auto_legend = TRUE
)
| run | 
 | 
| parameters | character vector of parameters names. Default is  | 
| covariates | character vector of categorical covariates names. Default is  | 
| baseline_only | logical. Consider only the baseline (= first) values of the subjects. Default is
 | 
| auto_legend | logical. When  | 
A ggplot2 object.
EXAMPLERUN %>%
  plot_parameters_vs_categorical_covariates(parameters = c("ETCL", "ETV1", "ETKA"),
                                            covariates = c("ISC", "SEX", "STUD"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.