View source: R/xpose_data_nlmixr.R
xpose_data_nlmixr | R Documentation |
Convert 'nlmixr' model output into an 'xpose' database.
xpose_data_nlmixr( obj = NULL, pred = NULL, wres = NULL, gg_theme = theme_readable(), xp_theme = theme_xp_default(), quiet, skip = NULL, ... )
obj |
nlmixr fit object to be evaluated. |
pred |
Name of the population prediction variable to use for plotting. If unspecified, it will choose either "NPDE", "CWRES", and "RES" (in that order) if the column exists in the data. |
wres |
Name of the weighted residual variable to use for plotting. If unspecified, it will choose either "NPDE", "CWRES", and "RES" (in that order) if the column exists in the data. |
gg_theme |
A ggplot2 theme object. |
xp_theme |
An xpose theme or vector of modifications to the
xpose theme (eg. |
quiet |
Logical, if |
skip |
Character vector be used to skip the import/generation of: 'data', 'files', 'summary' or any combination of the three. |
... |
Additional arguments to be passed to the
|
An xpose_data
object suitable for use in 'xpose'.
xpdb <- xpose_data_nlmixr(obj = theo_sd_fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.