Skip to content
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

Filter may not be working, as evidenced by the warnings? #240

Open
mattfidler opened this issue May 26, 2022 · 1 comment
Open

Filter may not be working, as evidenced by the warnings? #240

mattfidler opened this issue May 26, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@mattfidler
Copy link
Collaborator

mattfidler commented May 26, 2022

#You can filter to restrict the values of IPRED for instance:

pmx_plot_dv_ipred(ctr,scale_x_log10=TRUE, scale_y_log10=TRUE,filter=(IPRED>1&DV>1))
`geom_smooth()` using formula 'y ~ x'
Warning message:
Transformation introduced infinite values in continuous x-axis
@tynsci tynsci added the bug Something isn't working label Jun 8, 2022
@tynsci tynsci self-assigned this Jan 18, 2023
@tynsci
Copy link
Collaborator

tynsci commented Jan 18, 2023

Status
  • it has been possible to reproduce the warning
  • filtering has been tested to work even if the warning is present
    • (plot outputs show filtering taking effect)
Observations
  • the source of the warning is scale_x_log10 and scale_y_log10 functions from ggplot2
Question

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants