Partially steady-state dosing data class (R6 class)
PSSDosingData.RdContains information about taken doses and dose times.
Super class
bmstate::DosingData -> PSSDosingData
Public fields
dosesDose amounts (list with length equal to number of subjects). Corresponds to doses after the steady state.
timesDose times (list with length equal to number of subjects). Corresponds to doses after the steady state. First time here is the end of steady-state assumption time range.
dose_ssSteady-state dose.
tau_ssSteady-state dosing interval.
Methods
Method new()
Initialize
Usage
PSSDosingData$new(subject_ids, doses, times, dose_ss = NULL, tau_ss = 24)Arguments
subject_idsA character vector
dosesDose amounts (list with length equal to number of subjects). Corresponds to doses after the steady state.
timesDose times (list with length equal to number of subjects). Corresponds to doses after the steady state. First time here is the end of steady-state assumption time range.
dose_ssSteady-state dose.
tau_ssSteady-state dosing interval.
Method simulate_pk()
Simulate PK dynamics
Method plot()
Plot dosing (and PK) data
Method filter()
Filter based on subject id, creates new object