Learn R Programming

PKNCA (version 0.10.0)

pk.calc.tlast: 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)

Value

The time of the last observed concentration measurement

Arguments

conc

Concentration measured

time

Time of concentration measurement

check

Run check.conc.time?

Functions

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