View source: R/guess_dosing_sequence.R
guess_dosing_sequence | R Documentation |
guess dosing sequence based on time of day
guess_dosing_sequence(.time_hrs, .ii, seq_break_times = NULL)
.time_hrs |
time of day, in hours |
seq_break_times |
list of time cutpoints, in hours, to use as breakpoints for given sequences |
.freq |
dosing frequency (QD, BID, etc) |
seq_break_times determines how to calculate the sequence defaults are as follows: seq_break_times <- list( "QD" = 25, # so always be 1 "BID" = 12, # before noon = seq 1, after noon = seq 2 "TID" = c(10, 16) )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.