Skip to content

Gallo Exercise 9#15

Open
haydengallo wants to merge 3 commits into
qtran4:mainfrom
haydengallo:main
Open

Gallo Exercise 9#15
haydengallo wants to merge 3 commits into
qtran4:mainfrom
haydengallo:main

Conversation

@haydengallo
Copy link
Copy Markdown

No description provided.

Comment thread Exercise9_Gallo_Script.R
data.mean <- aggregate(observations ~ region, data, mean)

ggplot(data.mean, aes(x = region, y = observations)) + geom_bar(stat = 'identity') + ggtitle('Mean of Each of the Four Populations')

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 can also use stat_summary as shown in lecture slides

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