시작하기무료로 시작하기

Correlation between price and quantity sold

This data represents 100 online auctions selling multiple collectible items in each listing. Is there a correlation between price and quantity sold? Let's find out!

Recall that correlation, which you can calculate using CORREL(), ranges between -1 and 1.

  • 0 correlation means there is no relationship between variables.
  • Positive correlation indicate that as one variable increases, the other also increases.
  • Negative correlation values signify that as one variable increases, the other decreases.

Here you will create a scatter plot (also known as a "scatter chart" or "XY graph") to visually represent the correlation. Do you think the price of an item has a positive or negative correlation to the total quantity sold? What do you expect the scatterplot pattern to look like? Let's find out in this exercise!

이 연습은 강의의 일부입니다

Google Sheets로 배우는 통계 입문

강의 보기

연습 안내

  • In cell D2, calculate the correlation between "Open Price" (B2:B100) and "Quantity Sold" (A2:A100).
  • Insert a scatter plot where the X variable is "Open Price" and Y variable is "Quantity Sold". Will they be positively or negatively correlated?

실습형 인터랙티브 연습문제

이론을 실습으로 바꾸는 인터랙티브 연습 중 하나를 만나보세요

연습 시작