Usage
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)
# S3 method for class 'bbi_nonmem_summary'
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)
# S3 method for class 'bbi_nonmem_summary'
check_ext(.mod, .iter_floor = 0)Arguments
- .path
Character scalar path to the file
- .x_var
name of variable to filter with
.x_floor- .x_floor
Filters file to only rows with
.x_varGREATER THAN this value.- .mod
Model to check. Either a
bbi_nonmem_modelobject or a file path.- .iter_floor
Filters file to only rows with
ITERATIONGREATER THAN this value.
Functions
check_grd(character): Checks .grd file from a file pathcheck_grd(bbi_nonmem_model): Checks .grd file from abbi_nonmem_modelcheck_grd(bbi_nonmem_summary): Checks .grd file from abbi_nonmem_summarycheck_ext(character): Checks .ext file from a file pathcheck_ext(bbi_nonmem_model): Checks .ext file from abbi_nonmem_modelobjectcheck_ext(bbi_nonmem_summary): Checks .ext file from abbi_nonmem_summaryobject
