print_bbi.RdThe various objects defined by bbr have their own print methods to
allow users to get a quick view of the contents of the object.
When printing a bbi object in an .Rmd file that is intended to be
knit, consider setting results = 'asis' in the chunk options. This
will make for prettier formatting, especially of table outputs.
# S3 method for bbi_process print(x, ..., .call_limit = 250) # S3 method for bbi_nonmem_model print(x, ...) # S3 method for bbi_nonmem_summary print(x, .digits = 3, .fixed = FALSE, .off_diag = FALSE, .nrow = NULL, ...)
| x | Object to format or print. |
|---|---|
| ... | Other arguments passed on to individual methods. |
| .call_limit | Integer scalar for the max number of characters to print before truncating the call string. |
| .digits | Number of significant digits to use for parameter table. Defaults to 3. |
| .fixed | If |
| .off_diag | If |
| .nrow | If |
print.bbi_process: Prints the call made to bbi and whether the process is still running or has finished.
print.bbi_nonmem_model: Prints the information contained in the model object and whether the model has been run
print.bbi_nonmem_summary: Prints a high level summary of a model from a bbi_nonmem_summary object