View source: R/nm.params.table.r
nm.params.table | R Documentation |
Create NONMEM Parameter Estimate Table
nm.params.table(
run,
path = getOption("nmDir"),
file.ext = ".ext",
runIndex,
fixed.text = ".....",
return.all = FALSE
)
run |
run rootname (e.g. run1) |
path |
directory where rootname.ext resides |
file.ext |
file extentions of the .ext file. Defaults to .ext |
runIndex |
which (numeric) estimation method needs to be tabulated? Defaults to the last estimation method outputted to the .ext file |
fixed.text |
character string to replace the entries for standard error and coefficient of variation (CV) for parameters that were fixed in the control stream |
return.all |
logical indicator to return the standard data set for inclusion in reports (default) or if TRUE the data set with everything. |
data frame with parameter name, estimate, coefficient of variation, standard error, and estimated/fixed information.
process.parTable
nm.params.table(run = "example1", path = getOption("qpExampleDir"))
nm.params.table("example2", path = getOption("qpExampleDir"),
fixed.text = "(fixed to 0)", return.all = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.