check_nonmem_table_output(.path, .x_var = NULL, .x_floor = NULL)
check_grd(.mod, .iter_floor = 0)
# S3 method for character
check_grd(.mod, .iter_floor = 0)
# S3 method for bbi_nonmem_model
check_grd(.mod, .iter_floor = 0)
# S3 method for bbi_nonmem_summary
check_grd(.mod, .iter_floor = 0)
check_ext(.mod, .iter_floor = 0)
# S3 method for character
check_ext(.mod, .iter_floor = 0)
# S3 method for bbi_nonmem_model
check_ext(.mod, .iter_floor = 0)
# S3 method for bbi_nonmem_summary
check_ext(.mod, .iter_floor = 0)
Character scalar path to the file
name of variable to filter with .x_floor
Filters file to only rows with .x_var
GREATER THAN this value.
Model to check. Either a bbi_nonmem_model
object or a file path.
Filters file to only rows with ITERATION
GREATER THAN this value.
check_grd(character)
: Checks .grd file from a file path
check_grd(bbi_nonmem_model)
: Checks .grd file from a bbi_nonmem_model
check_grd(bbi_nonmem_summary)
: Checks .grd file from a bbi_nonmem_summary
check_ext(character)
: Checks .ext file from a file path
check_ext(bbi_nonmem_model)
: Checks .ext file from a bbi_nonmem_model
object
check_ext(bbi_nonmem_summary)
: Checks .ext file from a bbi_nonmem_summary
object