Correlation
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.
Have any questions? Put them below and we will help you out!
Course Content
21 Lessons
You need to be signed-in to comment on this post. Login.