pk.calc.tlast: Determine time of last observed concentration above the limit...

View source: R/pk.calc.simple.R

pk.calc.tlastR Documentation

Determine time of last observed concentration above the limit of quantification.

Description

NA will be returned if all conc are NA or 0.

Usage

pk.calc.tlast(conc, time, check = TRUE)

pk.calc.tfirst(conc, time, check = TRUE)

Arguments

conc

Measured concentrations

time

Time of the measurement of the concentrations

check

Run assert_conc_time()?

Value

The time of the last observed concentration measurement

Functions

  • pk.calc.tfirst(): Determine the first concentration above the limit of quantification.


billdenney/pknca documentation built on Aug. 1, 2024, 10:09 p.m.