Skip to content

Instantly share code, notes, and snippets.

@mickeypash
Created March 9, 2014 18:43
Show Gist options
  • Save mickeypash/9452431 to your computer and use it in GitHub Desktop.
Save mickeypash/9452431 to your computer and use it in GitHub Desktop.
I need to add errobars to this plot and maybe make a transformation or use something other than barplots to visualise these means
b.means <-c (0.2356355, 0.2294562, 0.2197686)
barplot(b.means,ylim=c(0,1), main="Mean proportion for competitors",
names.arg= c("Phonological", "Semantic", "Distractor"), col = c("gray1", "gray45", "gray90"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment