IDS Commands - Extra Credit

12345678910111213141516
Across
  1. 3. creates a split graph
  2. 4. Returns the number of observations for a specified variable
  3. 5. Returns detailed information about the dataset
  4. 7. Returns the number of columns
  5. 8. Loads the dataset/data frame
  6. 11. Returns the list of labs and selection prompt
  7. 14. Returns a list of variable names, types of variables, and the number of categories for the variables of the dataset
  8. 15. Generates a histogram; a visual display of a numerical variable
  9. 16. grouping the data set into categories (uses color to differentiate between groups).
Down
  1. 1. Shows the dataset/data frame
  2. 2. Generates a visual display of a numerical variable, works best with small sample sizes.
  3. 3. Eliminates the observations that do not follow the rule
  4. 6. Generates a scatter plot
  5. 7. Returns the list of variables in the dataset
  6. 9. assigns names (on the left) to values (on the right).
  7. 10. Generates a bar graph
  8. 12. Returns the number of rows
  9. 13. Returns the number of rows and columns of the dataset