ggPMX
ggPMX copied to clipboard
ggPMX R package
Variables defined as "regressor" in the Monolix dataset, as needed by the structural model in Monolix, are no longer recognised as covariates in ggPMX and cannot be plotted for covariate...
**Describe the bug** Last observation of some subjects were shown as "ignored" in individual plots **To Reproduce** A minimal example was created using nlmixr2 using the object saved in the...
Censoring default color `steelblue` `cens="CENS"` `limit="LIMIT"`
**Describe the bug** The best practice goodness of fit plots are `NPD` instead of `NPDE`. In monolix, the `NPDE=NPD` since there is no decorrelation step performed. However, in `nlmixr` and...
In Monolix 2019R2, 2020R1 and 2022R2 there are no issues with *reading* in `sim_blq` data, but they are not used in plotting to substitute DV values for censored data. Example...
Unable to load custom template to create report with ggPMX 1.2.8. Error message as follows:  Generated with ggPMX 1.2.8 ## Code ```{r} ctr %>% set_abbrev( IPRED ='Individual prediction (ug/mL)',...
**Describe the bug** For `pmx_plot_dv_pred`, `pmx_plot_dv_ipred`, `pmx_plot_npde_pred`, `pmx_plot_npde_time`, and likely other related plots, if `strat.color` and `point=...` for geom point aesthetics are both used, only `strat.color` is preserved. For example,...
**Describe the bug** The function `pmx_plot_individual()` showing `NA` groups when stratified. **To Reproduce** `ctr %>% pmx_plot_individual(strat.facet = ~REGREG1C)` **Screenshots**  **Additional context** Further investigation of the individual plot dataset: 
Version 1.2.6: DV vs PRED plot should have equal x and y axes by default. It is currently not the case, as can be seen in example below (left plot)....
Suggest to have an option to exclude the BLQ points from the spline while still showing them. In ggplot2, it can be done by specifying a subsetted dataset for the...