View source: R/summarize_parameters_vs_continuous_covariates.R
summarize_parameters_vs_continuous_covariates | R Documentation |
Returns a matrix of the selected parameters and continuous covariates correlations.
summarize_parameters_vs_continuous_covariates(
run,
parameters = NULL,
covariates = NULL,
baseline_only = TRUE,
correlation_method = NULL,
auto_order = TRUE
)
run |
|
parameters |
character vector of parameters names. Default is |
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 |
A matrix.
EXAMPLERUN %>% summarize_parameters_vs_continuous_covariates()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.