Description Usage Arguments Details Value Author(s)
View source: R/fixDuplicates.R
Modify dose data to remove duplicate dose values.
1 2 3 4 5 6 7 8 9 |
data |
data.frame; data set with dose information |
idVar |
character string; name of ID variable, defaults to id |
infusionDoseTimeVar |
character string; name of infusion dose time variable |
infusionDoseVar |
character string; name of infusion dose variable |
moveBolus |
logical; allow duplicate infusion doses to be categorized as bolus |
bolusDoseTimeVar |
character string; name of bolus dose time variable |
bolusDoseVar |
character string; name of bolus dose variable |
Some duplicates can be adjusted by changing the date-time rounding. Others may be converted from one dose type to another, such as moving infusion to bolus.
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.