nonmem2rxRec.abb {nonmem2rx} | R Documentation |
Record handling for nonmem records
Description
Record handling for nonmem records
Usage
## S3 method for class 'abb'
nonmem2rxRec(x)
## S3 method for class 'pk'
nonmem2rxRec(x)
## S3 method for class 'pre'
nonmem2rxRec(x)
## S3 method for class 'des'
nonmem2rxRec(x)
## S3 method for class 'mix'
nonmem2rxRec(x)
## S3 method for class 'err'
nonmem2rxRec(x)
## S3 method for class 'dat'
nonmem2rxRec(x)
## S3 method for class 'inp'
nonmem2rxRec(x)
## S3 method for class 'mod'
nonmem2rxRec(x)
## S3 method for class 'ome'
nonmem2rxRec(x)
## S3 method for class 'sig'
nonmem2rxRec(x)
## S3 method for class 'pro'
nonmem2rxRec(x)
## S3 method for class 'aaa'
nonmem2rxRec(x)
nonmem2rxRec(x)
## Default S3 method:
nonmem2rxRec(x)
## S3 method for class 'sub'
nonmem2rxRec(x)
## S3 method for class 'tab'
nonmem2rxRec(x)
## S3 method for class 'the'
nonmem2rxRec(x)
Arguments
x |
Nonmem record data item, should be of class c(stdRec,
"nonmem2rx") where the stdRec is the standardized record (pro for
|
Details
Can add record parsing and handling by creating a S3 method for each type of standardized method
Value
Nothing, called for side effects
Author(s)
Matthew L. Fidler
[Package nonmem2rx version 0.1.6 Index]