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

View source: R/pk_1cmt_bolus_dose_from_cmax.R

pk_1cmt_bolus_dose_from_cmaxR Documentation

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

Description

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

Usage

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

Arguments

cmax

desired trough concentration

tau

dosing interval

CL

clearance

V

volume of distribution

Examples

dos <- pk_1cmt_bolus_dose_from_cmax(
  cmax = 10, tau = 12, CL = 5, V = 50)
find_nearest_dose(dos, 100)

InsightRX/clinPK documentation built on April 24, 2024, 6:01 p.m.