nm_summary | R Documentation |
Get wide (or a long) tibble
showing summary results.
summary_wide( ..., include_fields = character(), parameters = c("none", "new", "all"), m = TRUE, trans = TRUE ) summary_long(..., parameters = c("none", "new", "all"))
... |
Arguments passed to |
include_fields |
Character vector of nm object fields to include as columns in the output. Default is empty. |
parameters |
Character. Either |
m |
Logical (default = |
trans |
Logical (default = |
A wide format tibble
with run results.
A long format tibble
with run results coerced to character
form.
## requires NONMEM to be installed ## Not run: summary_wide(c(m1, m2)) summary_long(c(m1, m2)) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.