-
-
Notifications
You must be signed in to change notification settings - Fork 56
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
How to plot ROPE with no Intercepts (cumulative model) #556
Comments
I also discovered that you can call show_intercept=FALSE, but this isn't affecting the plots of my rope analysis. |
@strengejacke Could we port the |
Yes, we could do that. However, |
Question and context
Hello, I was wondering if anyone has ideas about how to plot the ROPE analysis without plotting the intercepts.
here is what I tried that did not work:
percentage_in_rope1 <- rope(fit_sd, range=c(-0.1,0.1),ci=1)
percentage_in_rope1_2<- dplyr::filter(percentage_in_rope1, Parameter == "b_Hierarchy_ZeroSum")
plot(percentage_in_rope1_2)
The text was updated successfully, but these errors were encountered: