Replies: 1 comment 2 replies
-
|
Thanks for raising this issue - this definitely sounds like a bug in how the coefficients for the regression line are calculated. While waiting for us to patch the bug, you can also access the underlying data directly with Let me know if you need any help with the code to make the figures! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I’m trying to plot
opfrom a PM_result object (res), using:res$op$plot(outeq = 2)I get the error:
Error in summary(mod)$coefficients[2, 2] : subscript out of boundsThis didn’t happen previously with the same model and data. The model has 3 output equations, plotting op with
outeq = 1orouteq = 3is fine. I'm using Pmetrics 2.1.1, R4.3.1, and recently updated macOS sequoia.I appreciate any help with this.
Bob
Beta Was this translation helpful? Give feedback.
All reactions