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

Missing results$means call in https://neuropsychology.github.io/psycho.R//2018/05/01/repeated_measure_anovas.html #110

Open
jeffshrager opened this issue Oct 4, 2019 · 1 comment

Comments

@jeffshrager
Copy link

I think that you need to do a get_means in order to get the means plot, combined this is:

ggplot(get_means(fit, "Emotion_Condition"), aes(x=Emotion_Condition, y=Mean, group=1)) +                                                            
  geom_line() +                                                                                                                                       
  geom_pointrange(aes(ymin=CI_lower, ymax=CI_higher)) +                                                                                               
  ylab("Subjective Valence") +                                                                                                                        
  xlab("Emotion Condition") +                                                                                                                         
  theme_bw()
@DominiqueMakowski
Copy link
Member

Oh right, I forgot to update this part. Thanks!

(Although this won't probably be fixed anytime soon, as most of the focus has now switched to the easystats where many functions of psycho have been ported and improved (e.g. in report)) ☺️

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

2 participants