Learn R Programming

PKNCA (version 0.10.0)

pk.calc.ceoi: Determine the concentration at the end of infusion

Description

Determine the concentration at the end of infusion

Usage

pk.calc.ceoi(conc, time, duration.dose = NA, check = TRUE)

Value

The concentration at the end of the infusion, NA if duration.dose is NA, or NA if all time != duration.dose

Arguments

conc

Concentration measured

time

Time of concentration measurement

duration.dose

The duration for the dosing administration (typically from IV infusion)

check

Run check.conc.time?