| build_obs_records | R Documentation |
Build NONMEM observation records from a PC-like data.frame. PC must contain: SUBJID, DAT2, TIME, DV, CMT. Output rows have AMT = 0, RATE = 0; DV that is NA or 0 -> MDV = 1.
build_obs_records(PC)
PC |
data.frame with observation information. |
data.frame of observation records with columns SUBJID, DAT2, TIME, AMT, RATE, CMT, DV, MDV.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.