tabulate_ecg_param_summary.RdGenerates a gt table of summary of QTc, dQTc and ddQTc over time stratified by dose
tabulate_ecg_param_summary(
data,
ntime_col,
dose_col,
ecg_param_col,
delta_ecg_param_col,
ecg_param_name,
unit = "",
group_col = NULL,
reference_dose = NULL,
ecg_param_conf_int = 0.95,
delta_ecg_param_conf_int = 0.9,
decimals = 2,
row_group_label = NULL,
title = NULL,
...
)A data frame containing C-QT analysis dataset
An unquoted column name for nominal time data
An unquoted column name for dose data
An unquoted column name for QTc measurements
An unquoted column name for deltaQTc measurements
A string of the ecg parameter being summarized, e.g. QTc or HR
A string of the unit for ecg_parameter
An unquoted column name for additional grouping column
A reference dose value for comparison calculations
Confidence interval for QTc summary stats default 95%
Confidence interval for dQTc summary stats default 90%
Number of decimals to fmt the table to default is 2, N column is 0
Optional label for the dose/dose + group column
Optional title for the table, it will be wrapped in gt::md()
Optional arguments for gt::tab_options
a gt table of the QTc/deltaQTc/delta delta QTc summary
data_proc <- cqtkit_data_verapamil %>% preprocess()
tabulate_ecg_param_summary(
data_proc,
NTLD,
DOSEF,
QTCF,
deltaQTCF,
"QTc",
"ms",
reference_dose = "0 mg")
Mean
95% CI
Mean
90% CI
Mean
90% CI