ggPMX icon indicating copy to clipboard operation
ggPMX copied to clipboard

ggPMX R package

Results 51 ggPMX issues
Sort by recently updated
recently updated
newest added

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...

bug

Unable to load custom template to create report with ggPMX 1.2.8. Error message as follows: ![image](https://user-images.githubusercontent.com/73995818/186718623-fe110ad6-eba0-41e7-a990-2b891b408fea.png) Generated with ggPMX 1.2.8 ## Code ```{r} ctr %>% set_abbrev( IPRED ='Individual prediction (ug/mL)',...

bug

**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,...

bug

**Describe the bug** The function `pmx_plot_individual()` showing `NA` groups when stratified. **To Reproduce** `ctr %>% pmx_plot_individual(strat.facet = ~REGREG1C)` **Screenshots** ![image](https://user-images.githubusercontent.com/32617414/205286761-3438b962-fd8f-4c86-aa3b-a453b3345456.png) **Additional context** Further investigation of the individual plot dataset: ![image](https://user-images.githubusercontent.com/32617414/205287418-dfa12f0e-a518-46e6-82c3-0197a6c7f877.png)

bug

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)....

default

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...

enhancement