Get access to all lessons in this course.
-
Welcome
- Welcome to Inferential Statistics with R
- Introduction to the Dataset
-
t-tests
- Independent t-test
- Dependent t-test
-
One-Way ANOVA
- One-Way ANOVA
- Post Hoc Comparisons
- Other ANOVA Tests
-
Chi-Square
- Chi-Square
- Dealing with Small Cells
-
Correlation
- Correlation
-
Regression
- Linear Regression
- Multiple Regression
- Hierarchical Regression
-
Reliability
- Reliability
-
Reporting Results
- Extracting Output
- Reporting Results
-
Testing Assumptions
- Testing Assumptions
- Testing for Normality
- Testing for Homogeneity of Variance
- Violated Assumptions
Inferential Statistics with R
Correlation
This lesson is locked
This lesson is called Correlation, part of the Inferential Statistics with R course. This lesson is called Correlation, part of the Inferential Statistics with R course.
Transcript
Click on the transcript to go to that point in the video. Please note that transcripts are auto generated and may contain minor inaccuracies.
Your Turn
Perform a correlation among the four ACT scores. Which two scales of the ACT have the highest correlation? Which two scales have the lowest correlation?
Learn More
Read more about the correlation functions in the rstatix package:
cor_mark_significant() to add significance levels
pull_triangle(), pull_upper_triangle(), and pull_lower_triangle()
cor_reorder() to reorder the matrix
cor_gather() and cor_spread() to reshape the correlation analysis results from matrix to list or vice versa
cor_as_symbols() to only show the symbols (e.g., ., +, *) in the matrix
cor_plot() to visualize the correlation matrix
For many other kinds of correlations (e.g., partial, Bayesian, multilevel, polychoric, biweight, percentage bend, Sheperd's Pi, distance), check out the correlation package.
You need to be signed-in to comment on this post. Login.