powered by
This function provides a summary of the model's parameter estimates and precision.
tabulate.parameters(object, prompt=FALSE, outfile = NULL, dir="")
An xpose.data object.
Ask before printing.
file to output to (NULL means screen).
Wich directory is the NONMEM output file located. "" means the current working directory getwd().
""
getwd()
A table summarizing the parameters and their precision.
## 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