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