Learn R Programming

tci (version 0.1.2)

schnider_poppk: Schnider population PK model

Description

Evaluate Schnider population PK model at patient covariate values.

Usage

schnider_poppk(df, rate = FALSE, rand = FALSE)

Value

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

Arguments

df

data frame with variable names "AGE","TBM","HGT","MALE"

rate

Logical. Should rate parameters be returned rather than clearance. Defaults to FALSE

rand

Logical. Should a vector of Monte Carlo samples be returned instead of point estimates at patient covariate values. Defaults to FALSE.

Examples

Run this code
marsh_poppk(data.frame(TBM = c(50,70,90)))

Run the code above in your browser using DataLab