eda_qtc_comparison_plot.Rdplots different corrections of QT against RR to compare which to use.
A data frame containing C-QT analysis dataset
An unquoted column name for RR measurements
An unquoted column name for QT measurements
An unquoted column name for Bazett corrected QT data
An unquoted column name for Fridericia corrected QT data
An unquoted column name for QTc measurements
An unquoted column name for subject ID
An unquoted column name for treatment group data
String for legend position (top, bottom, left, right)
Lm or lme, which model to fit for showing on plot
A bool for showing regression slope on plot.
Method for nlme::lme fitting (ML or REML)
A boolean for removing IIV on RR slope
Numeric confidence interval level (default: 0.9)
A named list of arguments passed to style_plot()
a plot
data_proc <- preprocess(cqtkit_data_verapamil)
eda_qtc_comparison_plot(
data_proc,
RR,
QT,
QTCB,
QTCF,
id_col = ID,
trt_col = TRTG,
model_type = "lme",
show_model_results = TRUE,
remove_rr_iiv = TRUE,
legend_location = 'top')