get.ofv | R Documentation |
Pull the Objective Function Value (OFV) from the NONMEM output file
get.ofv(run, path = getOption("nmDir"), file.ext = ".lst")
run |
run rootname (e.g. |
path |
directory where |
file.ext |
file extension of the NONMEM output file (defaults to .lst) |
named numeric value representing the OFV. The name is NONMEM's estimated-method-specific name for the OFV
get.dOFV
which calls get.ofv
over multiple runs for a brief runrecord, read.out
get.ofv("example2", path = getOption("qpExampleDir"))
sapply(c("example1","example2"), get.ofv, path = getOption("qpExampleDir"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.