Learn R Programming

nmw (version 0.1.5)

CombDmExPc: 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)

Value

A new NONMEM dataset

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

Author

Kyun-Seop Bae <k@acr.kr>

Details

Combining a demographics, a dosing, and a concentration table can produce a new NONMEM dataset.