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