Learn R Programming

clinPK (version 0.13.0)

dose2auc: Convert dose to expected AUCinf or AUCt for 1 compartment linear PK model

Description

Convert dose to expected AUCinf or AUCt for 1 compartment linear PK model

Usage

dose2auc(dose, CL, V, t_auc = NULL)

Arguments

dose

dose amount

CL

Clearance

V

Volume of distribution

t_auc

if AUC_t is desired, `t_auc` specifies time until which AUC_t is calculated

Examples

Run this code
dose2auc(dose = 1000, CL = 5, V = 50)
dose2auc(dose = 1000, CL = 5, V = 50, t_auc = c(12, 24, 48, 72))

Run the code above in your browser using DataLab