nonmem-data: NONMEM data set utilities

nmcheckR Documentation

NONMEM data set utilities

Description

nmcheck checks a NONMEM data set for formatting errors.

expand_addl expands doses coded with ADDL and II to distinct rows for each dose.

Usage

nmcheck(data)

expand_addl(data, check = TRUE)

Arguments

data

a data frame or data frame extension in NONMEM format.

check

whether to perform nmcheck.

Value

expand_addl() returns a tibble::tibble(). nmcheck() throws an error if its input contains a subset of possible NONMEM formatting errors. If there are no errors, it returns nothing.

Author(s)

Sandy Floren


saviclab/savictools documentation built on Dec. 7, 2023, 11:56 p.m.