Skip to content

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

Description

@jeffshrager

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()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions