시작하기무료로 시작하기

What's the drinking age?

Now you want to add more data to your descriptive stats. In profiles, users report how often they drink alcohol in a week so you add it to your sample. Drinking behaviour can be important in relationships so obtaning additional summary statistics could help you learn more about profiles.

You'll revisit the COUNTIF() function you saw in an earlier exercise. Recall that this is like COUNT(), except it only counts an observation if a certain condition is met. For example, COUNTIF(C2:C10, 1) would only count observations between C2 and C10 if those observations were equal to 1. Here, you'll use this to count the number of non-drinkers.

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

Google Sheets로 배우는 통계 입문

강의 보기

연습 안내

  • In E2, calculate the median number of drinks per week.
  • In F2, calculate the mode of the "Drinks per week" column.
  • In G2, use COUNTIF() to calculate the number of non-drinkers - that is, rows where "Drinks per week" is 0.

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

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

연습 시작