View source: R/summarize_covariates_correlations.R
summarize_covariates_correlations | R Documentation |
Returns a matrix of the selected continuous covariates correlations.
summarize_covariates_correlations(
run,
covariates = NULL,
baseline_only = TRUE,
correlation_method = NULL,
auto_order = TRUE
)
run |
|
covariates |
character vector of continous covariates 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 |
split_by |
character. Categorical to split the summary by. |
A matrix.
EXAMPLERUN %>% summarize_covariates_correlations()
EXAMPLERUN %>% summarize_covariates_correlations(auto_order = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.