TAD
).LDOS
). TAD
or LDOS
and get that information back
in a format of my choice.TAD
is filled in for records
prior to the first dosing record.ID
or id
- the user id numberTIME
or time
- the time since first observation AMT
or amt
- the dose amountEVID
or evid
- the record event id; evid
equal to 1 or 4
will be considered dosing recordsADDL
or addl
- additional doses to administerII
or ii
- the dosing intervalevid
, ii
,
addl
; an error is generated if missing values are found.time
contains missing values, both TAD
and LDOS
will be set
to missing also.TAD
for records prior to the first dose
with a single user-specified fill value.TAD
when no dosing records are found for a particular individual.lastdose()
function will append columns called TAD
and LDOS
to
the input data indicating the time after dose and last dose, respectively.lastdose_list()
function will do the same calculations as lastdose()
,
however a list with elements tad
and ldos
will be returned.lastdose_df()
function will return a data frame with columns tad
and ldos
with the same definitions as lastdose_list()
.TAD
when additional doses (via ADDL
happen at the same time as another record in the data set. By default,
records at the same time are sorted ascending by dose amount so that
observation records happen prior to doses. This makes the observation a
trough concentration. Alternatively, records can be sorted descending
by dose amount so that doses happen first. This makes the observation
a peak. The sorting that is done has no bearing on records explicitly listed
in the input data. Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.