Generate and Report Model Diagnostics from NLME or NONMEM runs
darwinReportUI.Rd
Shiny application to generate, customize, and report diagnostic plots and tables from NLME or NONMEM output files. Create an Rmarkdown file of tagged model diagnostics and render into submission ready report.
Arguments
- darwin_data
Object of class
darwin_data
. Note, key_models xpose_data must be available.- tagged
List of tagged objects returned from previous
tagged <- darwinReportUI()
session.- settings
List of settings (e.g., settings.Rds) returned from previous Shiny session.
- ...
Additional arguments for Pirana integration.
Examples
if (FALSE) { # \dontrun{
ddb <- darwin_data("./darwin_search_09") |>
import_key_models("./darwin_search_09/key_models")
darwinReportUI(ddb)
} # }