There is currently no bbr::model_summary()
method for summarizing NONMEM
Bayes outputs. Call read_fit_model()
to return a posterior draws
object, which has various methods for summarizing the posteriors.
# S3 method for bbi_nmbayes_model
model_summary(.mod, .bbi_args = NULL, ..., .dry_run = FALSE)
Model to summarize.
A named list specifying arguments to pass to bbi formatted like list("nm_version" = "nm74gf_nmfe", "json" = T, "threads" = 4)
.
See print_bbi_args()
for full list of options.
args passed through to bbi_exec()
show what the command would be without actually running it