Learn R Programming

tci (version 0.1.2)

marsh_poppk: ------------------------------------------------------------------------------------ Population PK and PK-PD functions -------------------------------------------------- ------------------------------------------------------------------------------------ Marsh population PK model.

Description

Takes in a vector of patient weights and returns a data frame of patient PK-PD parameters. KE0 parameter set to 1.2 in accordance with recommendations from Absalom et al., 2009 "Pharmacokinetic models for propofol- Defining and illuminating the devil in the detail"

Usage

marsh_poppk(df, rate = TRUE)

Value

data.frame with covariate-based PK parameter estimates based on Marsh propofol model.

Arguments

df

data frame with column titled "TBM" giving patient total body mass in kg.

rate

Logical. Should elimination rate constants be returned instead of clearance parameters.