Skip to contents

These are functions that read in a NONMEM output file (a '*.lst' file) and then format the input.

Usage

calc.npar(object)

create.parameter.list(listfile)

read.lst(filename)

Arguments

object

The return value of read.lst(filename)

listfile

A NONMEM output file.

filename

A NONMEM output file.

Value

lists of read values.

Functions

  • calc.npar(): calculates the number and type of parameters included in a NONMEM output file

  • create.parameter.list(): Reads parameters, uncertainty and termination messages included in a NONMEM output file

  • read.lst(): parses information out of NONMEM output.

Author

Niclas Jonsson, Andrew Hooker & Justin Wilkins