nm.params.table: Create NONMEM Parameter Estimate Table

View source: R/nm.params.table.r

nm.params.tableR Documentation

Create NONMEM Parameter Estimate Table

Description

Create NONMEM Parameter Estimate Table

Usage

nm.params.table(
  run,
  path = getOption("nmDir"),
  file.ext = ".ext",
  runIndex,
  fixed.text = ".....",
  return.all = FALSE
)

Arguments

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.

Value

data frame with parameter name, estimate, coefficient of variation, standard error, and estimated/fixed information.

See Also

process.parTable

Examples

nm.params.table(run = "example1", path = getOption("qpExampleDir"))
nm.params.table("example2",  path = getOption("qpExampleDir"),
fixed.text = "(fixed to 0)", return.all = TRUE)

qPharmetra/qpToolkit documentation built on May 24, 2023, 8:52 a.m.