Activity 3 R programming

1234567891011121314151617
Across
  1. 2. Conditional control statement in R.
  2. 8. Plot used to show relationship between two variables.
  3. 9. Loop that runs until condition becomes false.
  4. 10. Data type used for categorical variables.
  5. 12. The name of the data structure that is similar to a matrix but can store columns of different data types (two words, no space).
  6. 14. The function used to view a list of all available packages in your library.
  7. 15. R environment used for coding and development.
  8. 16. Distribution used for binary outcomes.
  9. 17. Measure of data spread.
Down
  1. 1. Function used for hypothesis testing comparing two means.
  2. 3. Used to create user-defined reusable block of code.
  3. 4. Data structure that stores tabular data.
  4. 5. Chart used to show frequency distribution.
  5. 6. Control structure used for fixed iterations.
  6. 7. Package used for advanced data visualization.
  7. 11. Test used to check association between categorical variables.
  8. 12. Package used for data manipulation (filter, select, mutate).
  9. 13. Used to store multiple values of same type in R.
  10. 14. A data type that can only store TRUE or FALSE values, often a key data structure in programming.
  11. 15. Function used to read CSV file.