powered by
Generic function to calculate the interval nearest to a possible dosing interval
find_nearest_interval( interval = NULL, possible = c(4, 6, 8, 12, 24, 36, 48), type = "absolute" )
dose value
available increments of dose
pick either `nearest` absolute interval, or nearest `lower`, or nearest `higher` interval.
find_nearest_interval(19.7) find_nearest_interval(19.7, c(6, 8, 12))
Run the code above in your browser using DataLab