nonmem2rxRec.abb {nonmem2rx} | R Documentation |
Record handling for nonmem records
## 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)
x |
Nonmem record data item, should be of class c(stdRec,
"nonmem2rx") where the stdRec is the standardized record (pro for
|
Can add record parsing and handling by creating a S3 method for each type of standardized method
Nothing, called for side effects
Matthew L. Fidler