tabulate_high_qtc_sub.RdTabulates number of high QTc/deltaQTc observations.
tabulate_high_qtc_sub(
data,
qtc_col,
deltaqtc_col,
group_col = NULL,
group_label = NULL,
title = NULL,
...
)A data frame containing C-QT analysis dataset
An unquoted column name for QTc data
An unquoted column name for deltaQTC data
An optional unquoted column name of grouping column
An optional label to use for group column
Optional string to give the table a title, wrapped in gt::md()
Optional additional args to gt::tab_options
a gt table
data_proc <- preprocess(cqtkit_data_verapamil)
tabulate_high_qtc_sub(data_proc, QTCF, deltaQTCF)
QTc > 450
QTc > 480
QTc > 500
Δ QTc > 30
Δ QTc > 60