R-CMD-check

exeval: An R-package for External Evaluation of popPKPD Models.

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:

Models can be supplied as:

Input datasets should follow standard pharmacometric event-table structure (e.g. ID, TIME, DV, AMT, EVID, CMT, OCC), with helper functions available for data preparation.

Installation

You can install the development version of exeval from GitHub with:

install.packages("devtools")
devtools::install_github("Martin-Umpierrez/exeval")