
EDA QT RR Plot
eda_qt_rr_plot.RdPlots QT against RR.
Arguments
- data
A data frame containing C-QT analysis dataset
- rr_col
An unquoted column name for RR measurements
- qt_col
An unquoted column name for QT measurements
- id_col
An unquoted column name for subject ID
- trt_col
An unquoted column name for treatment group
- conf_int
Numeric confidence interval level (default: 0.9)
- model_type
Lm or lme, which model to fit for showing on plot
- show_model_results
Logical, whether to show regression slope on plot
- method
Method for nlme::lme fitting (ML or REML)
- remove_rr_iiv
Logical, whether to remove IIV on RR slope
- style
A named list of arguments passed to style_plot()
Examples
data_proc <- preprocess(cqtkit_data_verapamil)
eda_qt_rr_plot(data_proc, RR, QT, ID, model_type = "lme")