View source: R/covariate-explore.R
param_cov_diag | R Documentation |
Plots posthoc parameter-covariate relationships from NONMEM run.
param_cov_diag(r, param, cov, ..., categorical = FALSE, plot_tv = TRUE)
r |
An nm object. |
param |
Character. Name of parameter. |
cov |
Character. Name of covariate. |
... |
Additional arguments passed to |
categorical |
Logical (default = |
plot_tv |
Logical. |
The mutate statement is to add variables not included in original $TABLE.
A ggplot2
plot object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.