CombDmExPc {nmw} | R Documentation |
Combine the demographics(DM), dosing(EX), and DV(PC) tables into a new NONMEM dataset
Description
A new NONMEM dataset can be created from the demographics, dosing, and DV tables.
Usage
CombDmExPc(dm, ex, pc)
Arguments
dm |
A demographics table. It should contain a row per subject. |
ex |
An exposure table. Drug administration (dosing) history table. |
pc |
A DV(dependent variable) or PC(drug concentration) table |
Details
Combining a demographics, a dosing, and a concentration table can produce a new NONMEM dataset.
Value
A new NONMEM dataset
Author(s)
Kyun-Seop Bae <k@acr.kr>
[Package nmw version 0.1.5 Index]