
exeval provides a reproducible workflow for external
evaluation of population pharmacokinetic (popPK) and
pharmacokinetic-pharmacodynamic (PKPD) models using independent
validation datasets. MAP estimation is currently powered by mapbayr.
The package supports model-informed evaluation workflows based on:
mapbayrModels can be supplied as:
mrgsolve model code (mrgsolve)mrgmod objectsexevalInput datasets should follow standard pharmacometric event-table structure (e.g. ID, TIME, DV, AMT, EVID, CMT, OCC), with helper functions available for data preparation.
You can install the development version of exeval from GitHub with:
install.packages("devtools")
devtools::install_github("Martin-Umpierrez/exeval")