stubbi / Pharmacometric Events

Public

About this dataset version

Pharmacometric Event Dataset

Subject-level event data for pharmacometric modeling, structured in a long format that mixes dosing and observation records distinguished by EVID. Multiple endpoints (e.g., plasma concentration vs. biomarker) are supported via DVID. The dataset is designed for:
  • Population PK and PK/PD model fitting (compartmental, mixed-effects)
  • Exposure–response analyses and simulations (e.g., VPCs)
  • Covariate exploration (e.g., body weight effects, concomitant meds)
  • Benchmarking classical vs. quantum/quantum-inspired algorithms for dose-finding and PK/PD tasks

Contents & schema

Shape: 2,820 rows × 11 columns (one row per subject–time–event).
ColumnType (suggested)Units / EncodingDescription
IDintSubject identifier.
BWfloatkgBody weight (baseline covariate).
COMEDint0/1Concomitant medication indicator (0 = No, 1 = Yes).
DOSEfloatmgNominal dose level associated with the record (arm/level). Prefer AMT for modeling.
TIMEfloathoursTime since the first drug administration.
DVfloatmg/L if DVID=1; ng/mL if DVID=2Observed value of the dependent variable; may be missing if MDV=1.
EVIDint0/1NONMEM event type: 0 = observation, 1 = dosing event.
MDVint0/1Missing-DV flag: 1 = DV missing/ignored, 0 = DV present.
AMTfloatmg (or μg per study design)Actual dose amount for dosing events; 0 on observation rows.
CMTintmodel-dependentCompartment index (e.g., 1 = central), to be mapped in your model.
DVIDint1/2Endpoint selector: 1 = concentration, 2 = biomarker.

Event semantics (important)

  • Dose rows: EVID=1, AMT>0, typically MDV=1; DV (if present) must be ignored.
  • Observation rows: EVID=0, AMT=0, typically MDV=0; DV carries the measurement.
  • Multi-endpoint: Split by DVID prior to modeling or evaluation.

Modeling tips & good practices

  • Time origin: TIME is since first administration. If your workflow needs per-period re-zeroing (e.g., multiple doses), realign within-subject accordingly.
  • Units: Keep unit discipline: DVID=1mg/L, DVID=2ng/mL. Avoid mixing during joins/aggregations.
  • Compartments: CMT indices are model-dependent; map them to your structural model (e.g., central/peripheral).
  • Missingness: Respect MDV=1—do not impute DV on dosing rows.
  • Covariates: Explore BW (e.g., allometric scaling on CL/V) and COMED as categorical covariates.
  • Diagnostics: For quick checks, stratify concentration–time plots by DOSE level and COMED, and inspect per-subject residuals.

Data quality & caveats

  • The table intentionally mixes dose and observation events—filter carefully for summaries and plotting.
  • DOSE reflects nominal dose level; prefer AMT for quantitative model inputs.
  • No BLQ/LLOQ flags are provided—apply your own censoring rules (e.g., M3 method) if required.
  • CMT semantics may vary by your structural model; document your mapping for reproducibility.

Provenance

Contact

Questions or corrections? Please open a discussion on the dataset page.