Description Usage Arguments Details Value Author(s) References See Also
These methods test data set features related to use with NONMEM software((c) Icon Development Solutions). The tests are performed after removing comments.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | ## S3 method for class 'nm'
naKeys(x, ...)
## S3 method for class 'nm'
dupKeys(x, ...)
## S3 method for class 'nm'
badAmt(x, ...)
## S3 method for class 'nm'
badDv(x, ...)
## S3 method for class 'nm'
badII(x, ...)
## S3 method for class 'nm'
falseAmt(x, ...)
## S3 method for class 'nm'
falseDv(x, ...)
## S3 method for class 'nm'
noPk(x, ...)
## S3 method for class 'nm'
predoseDv(x, ...)
## S3 method for class 'nm'
zeroAmt(x, ...)
## S3 method for class 'nm'
zeroDv(x, ...)
## S3 method for class 'nm'
summary(object, by = NULL, ...)
## S3 method for class 'nm.summary'
print(x, ...)
|
x |
object of class nm |
object |
object of class nm |
by |
character: column names in |
... |
extra arguments, ignored |
AMT
is NA
where EVID
is 1
AMT
defined where EVID
is not 1
AMT
is zero where EVID
is 1
DV
is NA
where EVID
is 0
DV
is defined where EVID
is not 0
DV
is zero where EVID
is zero
DV
is defined before the first record within SUBJ
where EVID
is 1; NA if no EVID
records.
rows where EVID
is never 0 within SUBJ
II
is greater than 0 where ADDL
is NA
or 0 (unless SS > 0)
all of the above, plus some other diagnostics (see value)
pretty-printing for return value of summary
logical of length nrow(x)
unless otherwise stated.
print
method used for side effects.
summary
method: class nm.summary.
rows |
|
records |
number of active (non-commented) rows |
comments |
number of commented rows |
subjects |
number of unique |
longestCase |
maximum time range among |
naKeys |
as defined elsewhere, active rows |
dupKeys |
as defined elsewhere, active rows |
badDv |
as defined, active rows |
falseDv |
as defined, active rows |
zeroDv |
as defined, active rows |
predoseDv |
as defined, active rows |
badAmt |
as defined, active rows |
falseAmt |
as defined, active rows |
zeroAmt |
as defined, active rows |
noPk |
as defined, active rows |
badII |
as defined, active rows |
table |
counts of active rows tabled by |
Tim Bergsma
http://metrumrg.googlecode.com
as.nm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.