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
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)
|
.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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.