Session Ready
Exercise

Exercise 1. Vector lengths

When analyzing data it's often important to know the number of measurements you have for each category.

Instructions
100 XP
  • Define a variable male that contains the male heights.
  • Define a variable female that contains the female heights.
  • Report the length of each variable.