prep_pkpd_data | R Documentation |
Merge and annotate pkpd biomarkers data with dosing data returns a data.frame suitable for plotting and analysis.
prep_pkpd_data(
biomarkers_data,
dose_data,
pd_measure = NULL,
pk_measure = NULL
)
biomarkers_data |
data.frame containing biomarkers data |
dose_data |
data.frame containing dose data |
pd_measure |
measurement_name of PD measurement (defaults to NULL - no PD marker) |
pk_measure |
measurement_name of PK measurement (defaults to 'conc', NULL indicates no PK marker) |
data.frame containing merged biomarker & dose data for the PK & PD parameter selected, with columns annotating cycles, time since last SDA, and measurement type.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.