summarize_parameters_vs_continuous_covariates: Parameters vs continuous covariates correlations

View source: R/summarize_parameters_vs_continuous_covariates.R

summarize_parameters_vs_continuous_covariatesR Documentation

Parameters vs continuous covariates correlations

Description

Returns a matrix of the selected parameters and continuous covariates correlations.

Usage

summarize_parameters_vs_continuous_covariates(
  run,
  parameters = NULL,
  covariates = NULL,
  baseline_only = TRUE,
  correlation_method = NULL,
  auto_order = TRUE
)

Arguments

run

pmxploit NONMEM run object.

parameters

character vector of parameters names. Default is NULL, returning all individual parameters (random and post-hoc).

covariates

character vector of continous covariates names. Default is NULL, returning all continuous covariates.

baseline_only

logical. Consider only the baseline (= first) values of the subjects. Default is TRUE.

correlation_method

a character string indicating which correlation coefficient (or covariance) is to be computed. One of "pearson" (default), "kendall", or "spearman": can be abbreviated. If type = "scatterplot", "pearson" method will be used.

auto_order

logical. If type = "heatmap", auto-orders the matrix with respect to the distances between values. Default is TRUE.

Value

A matrix.

Examples

EXAMPLERUN %>% summarize_parameters_vs_continuous_covariates()

pnolain/pmxploit documentation built on Jan. 31, 2024, 1:16 p.m.