check_nonmem_table_output: Checks nonmem output file that's a whitespace-delimited file...

Description Usage Arguments

View source: R/read-output.R

Description

Checks nonmem output file that's a whitespace-delimited file (for instance .grd or .ext)

S3 generic for checking grd file

S3 dispatch for checking grd file

S3 dispatch for checking grd file

S3 generic for checking ext file

S3 dispatch for checking ext file

S3 dispatch for checking ext file

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
check_nonmem_table_output(.path, .x_var = NULL, .x_floor = NULL)

check_grd(.mod, .iter_floor = 0)

## S3 method for class 'character'
check_grd(.mod, .iter_floor = 0)

## S3 method for class 'bbi_nonmem_model'
check_grd(.mod, .iter_floor = 0)

check_ext(.mod, .iter_floor = 0)

## S3 method for class 'character'
check_ext(.mod, .iter_floor = 0)

## S3 method for class 'bbi_nonmem_model'
check_ext(.mod, .iter_floor = 0)

Arguments

.path

Character scalar path to the gradient file

.x_var

name of variable to filter with '.x_floor'

.x_floor

Filters file to only rows with '.x_var' GREATER THAN this value.

.mod

'bbi_nonmem_model' object

.iter_floor

Filters file to only rows with 'ITERATION' GREATER THAN this value.


metrumresearchgroup/mrgvalidatetestreference documentation built on Aug. 15, 2021, 8:13 a.m.