powered by
Extracts comments.
Extracts comments from records.
Extracts comments from model.
Extracts comments from items.
Extracts comments from inits.
comments(x, ...)# S3 method for records comments(x, ...)# S3 method for model comments(x, fields = c("symbol", "unit", "label"), expected = character(0), na = NA_character_, tables = TRUE, ...)# S3 method for items comments(x, ...)# S3 method for inits comments(x, type, prior, ...)
# S3 method for records comments(x, ...)
# S3 method for model comments(x, fields = c("symbol", "unit", "label"), expected = character(0), na = NA_character_, tables = TRUE, ...)
# S3 method for items comments(x, ...)
# S3 method for inits comments(x, type, prior, ...)
object of dispatch
dots
data items to scavenge from control stream comments
parameters known from NONMEM output
string to use for NA values when writing default metafile
whether to include table comments
item type: theta, omega, sigma (tables give items not inits)
number of prior items of this type (maybe imporant for numbering)
model
passed arguments
data.frame
records: record method
records
model: model method
items: items method
items
inits: inits method
inits
# NOT RUN { library(magrittr) options(project = system.file('project/model',package='nonmemica')) 1001 %>% as.model %>% comments # }
Run the code above in your browser using DataLab