View source: R/summarize_parameters_correlations.R
summarize_parameters_correlations | R Documentation |
Returns the selected parameters correlations in the form of either a matrix, a data frame or a plot.
summarize_parameters_correlations(
run,
parameters = NULL,
baseline_only = TRUE,
correlation_method = NULL,
auto_order = TRUE
)
run |
|
parameters |
character vector of parameters names. Default is |
baseline_only |
logical. Consider only the baseline (= first) values of the subjects. Default is
|
correlation_method |
a character string indicating which correlation
coefficient (or covariance) is to be computed. One of |
auto_order |
logical. If |
A matrix.
EXAMPLERUN %>% summarize_parameters_correlations()
EXAMPLERUN %>% summarize_parameters_correlations(auto_order = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.