Skip to contents

Read Listing Files

Import NONMEM .lst files into R.

read_lst_file()
Read a NONMEM Listing File

Extract Parameters

Parse individual parameter blocks from a listing file.

fetch_thetas()
Extract THETA Estimates from a NONMEM Listing File
fetch_etas()
Extract OMEGA (ETA) Estimates from a NONMEM Listing File
fetch_sigmas()
Extract SIGMA (EPS) Estimates from a NONMEM Listing File
fetch_ofv()
Extract the Objective Function Value (OFV) from a NONMEM Listing File
fetch_condn()
Extract the Condition Number from a NONMEM Listing File

Convenience Wrappers

Run all parsers in one call.

fetch_all()
Fetch All Parameters from a NONMEM Listing File

Interactive Application

Browser-based Shiny interface for point-and-click exploration.

run_app()
Launch the lstparsR Shiny Application

Package

Package-level documentation.

lstparsR lstparsR-package
lstparsR: Tidy Parsing of NONMEM Listing Files for Population PK/PD Workflows