Skip to content

Exercise 9 submission#1

Open
psharma-gif wants to merge 3 commits into
qtran4:mainfrom
psharma-gif:main
Open

Exercise 9 submission#1
psharma-gif wants to merge 3 commits into
qtran4:mainfrom
psharma-gif:main

Conversation

@psharma-gif
Copy link
Copy Markdown

No description provided.

Comment thread Sharma_Ex 9_solution.R
#Bar
ggplot(data=data, aes(x=region, y=observations))+
stat_summary(geom="bar", fun.y="mean") +
stat_summary(geom="errorbar", fun.data = "mean_se", width=0.3) +
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You don't need the error bar

Copy link
Copy Markdown
Owner

@qtran4 qtran4 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2

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

Successfully merging this pull request may close these issues.

2 participants