plot_pmx.individual {ggPMX} | R Documentation |
This function can be used to plot individual prediction and compare with observed data and population prediction for each individual separately
Description
This function can be used to plot individual prediction and compare with observed data and population prediction for each individual separately
Usage
## S3 method for class 'individual'
plot_pmx(x, dx, ...)
Arguments
x |
individual object |
dx |
data set |
... |
not used for the moment |
Value
a list of ggplot2
See Also
Other plot_pmx:
distrib()
,
eta_cov()
,
eta_pairs()
,
individual()
,
plot_pmx.distrib()
,
plot_pmx.eta_cov()
,
plot_pmx.eta_pairs()
,
plot_pmx.pmx_dens()
,
plot_pmx.pmx_gpar()
,
plot_pmx.pmx_qq()
,
plot_pmx.residual()
,
plot_pmx()
[Package ggPMX version 1.2.11 Index]