-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sim_blq read in correctly for Monolix 2019R2, 2020R1 and 2022R2 but not used in any of the plots #255
Comments
|
Data substition for simulated BLOQ
Resulting PlotNext
|
Assumptions
Challenges
|
I suggest to use the mode_simBlq only (without giving the choice between the mean and the mode). However, it should be made clear in the documentation that the mode_simBlq is used. |
sim_blq still doesn't work. |
Not fixed by #365 |
First issue with BLQThis is hard coded in the yaml file: ggPMX/inst/templates/mlx18/standing.ipmx Line 10 in ee9a72d
It shouldn't be. It is based on endpoint, and should match what you are pulling in for the endpoint. The default should be Second issue with BLQCurrently the DVs are not replaced with the simulated values; Currently it actually replaces the DV with nothing. The default DV is still the |
@tynesjo if you need to have some screen sharing we can show you what the issue is and which columns you need to grab. |
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 code run after creating controller:
Produces following plot:
While the plot should look more like this:
When checking the controller the simulated values seem to be loaded fine but under “bloq”: type
NULL
and value reads “Pairlist of length 0” (see snapshot below). Is that correct?ggPMX 1.2.8
was used using following R-module:R 4.1.0 Base
.Monolix run outputs and R scripts available to recreate the issue
The text was updated successfully, but these errors were encountered: