Plot correlation of continuous covariates in an IQRdataER/IQRaedataER object

By default all time-independent continuous covariates will be considered. The user can define a subset or other columns to consider. If such columns are time-varying, only the first recorded value will be used.

plotCorCov_IQRdataER(
  data,
  covNames = NULL,
  scale = "linear",
  filename = NULL,
  CORR_THRESHOLD = 0.3,
  fontSize = NULL,
  FLAGreturnObject = TRUE
)

Arguments

data

IQRdataER/IQRaedataER object

covNames

Names (columns) of continuous covariates and other columns to include in graphical exploration. If NULL (default) all time-independent continuous covariates will be used.

scale

Defines whether to plot on linear or logarithmic scales: Either "log", "linear" or named (covariate column names) vector of "log" and "linear" entries for scaling covariates differently. Defaults to linear scale.

filename

String for PDF file to print graphs to. If NULL (default) PDF is not produced.

CORR_THRESHOLD

Threshold for abs(correlation) when plotted in red background.

fontSize

Allows to provide font size information in case the automatic adjustment is not acceptable

FLAGreturnObject

Flag whether to return graph object or not (default).