tabulate_pk_parameters.RdConverts pk_parameters df into gt table for printing
tabulate_pk_parameters(
data,
id_col,
dose_col,
conc_col,
ntime_col,
group_col = NULL,
decimals = 2,
title = NULL,
...
)A data frame containing C-QT analysis dataset
An unquoted column name for subject ID
An unquoted column name for dose measurements
An unquoted column name for drug concentration measurements
An unquoted column name for nominal time since dose
An unquoted column name for additional grouping column
Number of decimals to format the table to (default: 2, format for N is 0 decimals)
Optional title for the table, it will be wrapped in gt::md()
Optional additional arguments to gt::tab_options
a gt table
data_proc <- preprocess(cqtkit_data_verapamil)
tabulate_pk_parameters(data_proc %>% dplyr::filter(DOSE != 0), ID, DOSE, CONC, NTLD)
Dose Group
N
Tmax Median (min, max)
Cmax geometric mean (%CV)
Cmax Median (min, max)