Description Usage Arguments Details Value Author(s)
Modify dose data such that it conforms for future use.
1 2 3 4 5 6 7 8 9 10 11 12 |
doseData |
data.frame; data set with dose information |
idVar |
character string; name of ID variable, defaults to id |
dateVar |
character string; name of date variable, defaults to date.dose |
infusionDoseTimeVar |
character string; name of infusion dose time variable |
infusionDoseVar |
character string; name of infusion dose variable |
bolusDoseTimeVar |
character string; name of bolus dose time variable |
bolusDoseVar |
character string; name of bolus dose variable |
otherDoseTimeVar |
character string; name of additional dose time variable |
otherDoseVar |
character string; name of additional dose variable |
otherVars |
character string; name of other variables within data set |
Date-time variables are given a consistent format. Invalid records are removed. The data set is sorted by date.
data.frame, containing dose data
Cole Beck
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.