pk_1cmt_inf_dose_from_cmax: Calculate dose to achieve steady state Cmax for...

View source: R/pk_1cmt_inf_dose_from_cmax.R

pk_1cmt_inf_dose_from_cmaxR Documentation

Calculate dose to achieve steady state Cmax for 1-compartmental PK model with infusion dosing at steady state

Description

Calculate dose to achieve steady state Cmax for 1-compartmental PK model with infusion dosing at steady state

Usage

pk_1cmt_inf_dose_from_cmax(cmax = 1, tau = 12, t_inf = 1, CL = 3, V = 30)

Arguments

cmax

desired trough concentration

tau

dosing interval

t_inf

infusion time

CL

clearance

V

volume of distribution

Examples

pk_1cmt_inf_dose_from_cmax(cmax = 20, tau = 12, t_inf = 2, CL = 5, V = 50)

InsightRX/clinPK documentation built on Feb. 28, 2024, 12:06 a.m.