| AddDoNoTaLD | R Documentation |
Adds DoNo (Dosing Occasion Number), ToLD (Time of Latest Dose), and TaLD (Time after Latest Dose) columns to a NONMEM dataset.
AddDoNoTaLD(
NMData,
ID = "ID",
TIME = "TIME",
AMT = "AMT",
II = "II",
ADDL = "ADDL",
MDV = "MDV"
)
NMData |
data.frame of NONMEM dataset |
ID |
character, column name for subject ID |
TIME |
character, column name for time |
AMT |
character, column name for dose amount |
II |
character, column name for interdose interval |
ADDL |
character, column name for additional doses |
MDV |
character, column name for missing dependent variable flag |
data.frame with DoNo, ToLD, TaLD columns added
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.