View source: R/nm.extract.ext.r
nm.extract.ext | R Documentation |
Extract NONMEM output based on the .ext output file
nm.extract.ext(run, path = getOption("nmDir"))
run |
run rootname (e.g. |
path |
directory where |
A list with the NONMEM version, OFV, the xpose tables and the parameter table
nm.extract.xml
, nm.params.table
, get.nm.version
, get.ofv
, get.xpose.tables
run2.ext = nm.extract.ext("example2", path = getOption("qpExampleDir"))
run2.ext$version; run2.ext$final_objective_function
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.