Function to apply saved population PK or PK-PD models to a data frame of patient values.
apply_poppk(patient_df, mod = c("marsh", "schnider", "eleveld"), ...)
data.frame of predicted PK parameters
Dataframe with patient covariate values. Must have names used by model "mod"
Population PK model to apply to rows of patient_df
Arguments passed on to population PK model.