prep_pkpd_data: Merge and annotate pkpd biomarkers data with dosing data...

View source: R/utils_pkpd.R

prep_pkpd_dataR Documentation

Merge and annotate pkpd biomarkers data with dosing data returns a data.frame suitable for plotting and analysis.

Description

Merge and annotate pkpd biomarkers data with dosing data returns a data.frame suitable for plotting and analysis.

Usage

prep_pkpd_data(
  biomarkers_data,
  dose_data,
  pd_measure = NULL,
  pk_measure = NULL
)

Arguments

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)

Value

data.frame containing merged biomarker & dose data for the PK & PD parameter selected, with columns annotating cycles, time since last SDA, and measurement type.


generable/rgeco documentation built on Oct. 16, 2024, 2:45 a.m.