darwinReportUI {Certara.DarwinReporter} | R Documentation |
Generate and Report Model Diagnostics from NLME or NONMEM runs
Description
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.
Usage
darwinReportUI(darwin_data, tagged = NULL, settings = NULL, ...)
Arguments
darwin_data |
Object of class |
tagged |
List of tagged objects returned from previous |
settings |
List of settings (e.g., settings.Rds) returned from previous Shiny session. |
... |
Additional arguments for Pirana integration. |
Value
If interactive()
, returns a list of tagged diagnostics from the Shiny application, otherwise returns TRUE
.
Examples
if (interactive()) {
ddb <- darwin_data("./darwin_search_09") |>
import_key_models("./darwin_search_09/key_models")
darwinReportUI(ddb)
}
[Package Certara.DarwinReporter version 2.0.1 Index]