Wow, very efficicient [🇷 for BE/BA]
Hi Hötzi,
age taking its toll on your eyes
? Go visit the veterinarian.
I really like this:
- I had to read the online documentation to understand what
I wonder, how would Tmax be defined in cases of e.g.
- something like that is not entirely uncommon with OIPs, where the plasma levels are annoyingly low and some CROs are really spanking the 5500 (and manipulating the low QC integrations
) in order to achieve the corresponding low LLOQs.
age taking its toll on your eyes

I really like this:
❝ cat("Tmax =", data$time[which(data$conc == max(data$conc[complete.cases(data)]))], "\nTlag =", data$time[which.max(complete.cases(data))-1], "\n")
- I had to read the online documentation to understand what
which.max
actually does.I wonder, how would Tmax be defined in cases of e.g.
time <- c( 0, 1, 1.5, 2, 4, 5, 6, 7, 8, 9)
conc <- c(NA, NA, 0.01, NA, 19, 56, 53, 46, 40, NA)
- something like that is not entirely uncommon with OIPs, where the plasma levels are annoyingly low and some CROs are really spanking the 5500 (and manipulating the low QC integrations

—
Pass or fail!
ElMaestro
Pass or fail!
ElMaestro
Complete thread:
- ‘Automatic’ selection of time points for λz Helmut 2013-07-22 19:14
- New code Helmut 2013-07-23 02:06
- TTT flawed in case of a lagtime… Helmut 2013-07-23 19:59
- TTT flawed in case of a lagtime… martin 2013-07-23 20:22
- TTT flawed in case of a lagtime… ElMaestro 2013-07-23 22:35
- minimalistic R Helmut 2013-07-24 01:04
- Wow, very efficicientElMaestro 2013-07-24 10:49
- R’s semantic riddles Helmut 2013-07-24 14:10
- Wow, very efficicientElMaestro 2013-07-24 10:49
- minimalistic R Helmut 2013-07-24 01:04
- TTT flawed in case of a lagtime… Helmut 2013-07-23 19:59
- New code Helmut 2013-07-23 02:06