example.NONMEM.dataset | R Documentation |
Examples for qPharmetra style NONMEM data set
example.NONMEM.dataset(ID = 3, TIME = seq(0, 24, 2), DOSE = c(1, 2.5, 10), ...)
ID |
number of subjects |
TIME |
sequence of times |
DOSE |
sequence of dose amounts |
... |
ignored |
Other qpexamples:
example.CWRES.plot()
,
example.pkpdData()
,
example.xpose.VPC()
library(dplyr)
library(magrittr)
nmData = example.NONMEM.dataset()
nmData %>% group_by(DOSE) %>% summarise(nID = lunique(ID), nObs = length(DV))
pkpdData = example.pkpdData()
tbl_df(pkpdData)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.