Question Bank R
Question Bank R
UNIT-1: Introduction to R
1. What are the basic data types in R? Explain each with an example.
2. How can you use R as a calculator? Provide examples of basic arithmetic operations.
3. What are missing values in R and how are they represented?
4. Explain vectors in R. What are their attributes?
5. How can you name the elements of a vector in R? Provide an example.
6. What are system-defined objects in R? Give examples.
7. Describe how to access built-in datasets in R using the data() function.
8. How do you read data into R from an external file using read.table() and scan()
functions?
26. What are contingency tables and how do you use them in R for statistical inference?
27. Describe the chi-square goodness of fit test and how to perform it in R.
28. Explain the concept of regression analysis in R. Provide an example of linear regression.
29. What are generalized linear models and how are they used in R?
30. Describe advanced modeling methods available in R.
31. Explain the bootstrap method and how to use it to compute standard errors in R.