View source: R/import_qmd_info.R
| import_qmd_info | R Documentation |
Import model parameters from NONMEM run
import_qmd_info(dir = NULL, prefix = "run", runno = NULL, ext = ".mod",
file = NULL, interactive = TRUE, verbose = FALSE)
dir |
location of the model files |
prefix |
prefix of the model file name |
runno |
run number to be evaluated |
ext |
model file extention |
file |
full file name as an alternative to |
interactive |
if |
verbose |
if |
A list containing the fixed effect (theta), random effect variance (omega)
typical values along with their uncertainty, the indivudual parameters (data)
the nonmem ADVAN (advan), the model differential equations (des),
the parsed compartment information (parsed_comp),
and the parsed arrow information (parsed_arrow).
format_qmd_info, qmd
## Not run:
qmd_info <- import_qmd_info(dir = '../models/pk/', runno = '001')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.