Description Usage Arguments Value Methods (by class)
Coerces to itemComments
Converts nmctlType to itemComments
Converts nmctl to itemComments
Converts itemList to itemComments
Converts initList to itemComments
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | as.itemComments(x, ...)
## S3 method for class 'nmctlType'
as.itemComments(x, ...)
## S3 method for class 'nmctl'
as.itemComments(x, fields = c("symbol", "unit", "label"),
  expected = character(0), na = NA_character_, ...)
## S3 method for class 'itemList'
as.itemComments(x, type, prior, ...)
## S3 method for class 'initList'
as.itemComments(x, type, prior, ...)
 | 
| x | object of dispatch | 
| ... | dots | 
| fields | data items to scavenge from control stream comments | 
| expected | parameters known from NONMEM output | 
| na | string to use for NA values when writing default metafile | 
| type | item type: table | 
| prior | number of prior items of this type (maybe imporant for numbering) | 
| type | item type: theta, omega, sigma, or table | 
data.frame
data.frame
data.frame
data.frame
nmctlType: nmctlType method
nmctl: nmctl method
itemList: initList method
initList: initList method
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.