filter.nonmem_run | R Documentation |
Filter a NONMEM run object data
## S3 method for class 'nonmem_run'
filter(x, ...)
x |
An |
Adds an attribute to the nonmem_run
object so that
every function call on the run (plot, summary, quality criteria) will
first filter the internal data.
filter(EXAMPLERUN, STUD == 0)
filter(EXAMPLERUN, SEX == 0, STUD == 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.