Learn R Programming

dfpk (version 2.0.0)

pk.estim: The pharmacokinetic's (PK) measure of exposure.

Description

Estimation of the pharmacokinetic's (PK) measure of exposure.

Usage

pk.estim(par, t, dose, conc)

Arguments

par
The pharmacokinetic's parameters.
t
The time sampling.
dose
The doses levels of the drug.
conc
The concentration of the drug in blood plasma.

References

Ursino, M., et al, (2016) Dose-finding methods using pharmacokinetics in small populations (under review).

See Also

AUC_estim, nsim

Examples

Run this code
par <- c(2,10,100) 
conc <- c(20,30,40,50,60,70)
t <- seq(0,24,length.out=48)
dose <- c(12.59972,34.65492,44.69007,60.80685,83.68946,100.37111)
pk.estim(par,t,dose,conc)

Run the code above in your browser using DataLab