When you're looking at associations in your data, the final test that we want to…look at right now is comparing several groups on a single quantitative outcome.…If you're comparing just two, you would use a t-test, but when you have more…than two, you usually want to use an analysis of variance, or ANOVA instead.…For this example, I'm going to use the google_correlate data that we've used before.…I'm going to load it, and just get a list of the variable names.…The first test that I'm going to do is what's called a one way ANOVA.…That is where you're comparing several groups, but on a single factor.…
So, what I'm going to do here is I'm going to look at interest in data…visualization by region.…I have four regions.…The way I set this up is, first, I'm going to create a model here that I call anova1.…By the way, I'm using the assignment operator <- to save this.…The function is aov, for analysis of variance.…Then I specify the outcome variable, which is data_viz, and then the tilde; it…could be read as a function of, or as predicted by, region.…
Author
Released
4/4/2013The course continues with examples on how to create charts and plots, check statistical assumptions and the reliability of your data, look for data outliers, and use other data analysis tools. Finally, learn how to get charts and tables out of R and share your results with presentations and web pages.
- What is R?
- Installing R
- Creating bar character for categorical variables
- Building histograms
- Calculating frequencies and descriptives
- Computing new variables
- Creating scatterplots
- Comparing means
Skill Level Beginner
Duration
Views
Related Courses
-
Managing and Analyzing Data in Excel 2010
with Dennis Taylor1h 32m Intermediate
-
Introduction
-
Welcome47s
-
-
1. What is R?
-
R in context3m 35s
-
-
2. Getting Started
-
Using RStudio4m 41s
-
Reading data from a spreadsheet11m 17s
-
Reading data from SPSS6m 14s
-
3. Charts and Statistics for One Variable
-
Calculating frequencies4m 24s
-
Calculating descriptives7m 3s
-
4. Modifying Data
-
Recoding variables9m 56s
-
Computing new variables4m 25s
-
-
5. Charts for Associations
-
Creating scatterplots4m 16s
-
Creating 3D scatterplots2m 15s
-
6. Statistics for Associations
-
Calculating correlations6m 29s
-
Computing a regression6m 33s
-
-
Conclusion
-
Next steps4m 11s
-
- Mark as unwatched
- Mark all as unwatched
Are you sure you want to mark all the videos in this course as unwatched?
This will not affect your course history, your reports, or your certificates of completion for this course.
CancelTake notes with your new membership!
Type in the entry box, then click Enter to save your note.
1:30Press on any video thumbnail to jump immediately to the timecode shown.
Notes are saved with you account but can also be exported as plain text, MS Word, PDF, Google Doc, or Evernote.
Share this video
Embed this video
Video: Comparing means with an analysis of variance (ANOVA)