Learn R Programming

xpose4 (version 4.5.3)

tabulate.parameters: Tabulate the population parameter estimates

Description

This function provides a summary of the model's parameter estimates and precision.

Usage

tabulate.parameters(object, prompt=FALSE, outfile = NULL, dir="")

Arguments

object

An xpose.data object.

prompt

Ask before printing.

outfile

file to output to (NULL means screen).

dir

Wich directory is the NONMEM output file located. "" means the current working directory getwd().

Value

A table summarizing the parameters and their precision.

Examples

Run this code
 
## We expect to find the required NONMEM run and table files for run
## 5 in the current working directory
xpdb5 <- xpose.data(5)

tabulate.parameters(xpdb)

Run the code above in your browser using DataLab