get.dOFV | R Documentation |
rather than calling PsN's runrecord (the full blown parser) get.dOFV create a brief runrecord on the fly. It might be used for interim reports and presentations but ideally formal reporting uses
get.dOFV(
runs = c("run1", "run2"),
path = getOption("nmDir"),
conf.level = 0.95,
file.ext = ".lst"
)
runs |
character vector of existing NONMEM runs |
path |
directory where NONMEM output resides |
conf.level |
confidence level - currently not used |
file.ext |
file extension of the NONMEM output file (defaults to .lst) |
Placeholder for return description
get.ofv
which is called inside get.dOFV
, read.out
get.dOFV(runs = c("example1","example2"), path = getOption("qpExampleDir"))
# note this example is for two non-nested models. It has not other value to to illustrate the tool
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.