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

How to plot ROPE with no Intercepts (cumulative model) #556

Open
dontchaknowjo opened this issue Jul 20, 2022 · 4 comments
Open

How to plot ROPE with no Intercepts (cumulative model) #556

dontchaknowjo opened this issue Jul 20, 2022 · 4 comments

Comments

@dontchaknowjo
Copy link

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)

@dontchaknowjo dontchaknowjo changed the title plote ROPE analysis with no intercepts? How to plot ROPE with no Intercepts (cumulative model) Jul 21, 2022
@dontchaknowjo
Copy link
Author

I also discovered that you can call show_intercept=FALSE, but this isn't affecting the plots of my rope analysis.

@bwiernik
Copy link
Contributor

@strengejacke Could we port the keep and drop arguments from parameters to the various bayestestR functions?

@strengejacke
Copy link
Member

@strengejacke Could we port the keep and drop arguments from parameters to the various bayestestR functions?

Yes, we could do that. However, show_intercept = FALSE should be available, there seems to be a bug in the plot() method. @dontchaknowjo Do you have a reproducible example?

@dontchaknowjo
Copy link
Author

dontchaknowjo commented Oct 11, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants