Question : What all are the correct statements with regards to R-squared values in the regression model? A. R squared values does not indicate whether regression model are adequate. B. R squared always indicate accuracy of the regression model. C. Is it possible that R-square can be low for a good regression model. D. None of above
1. A,B 2. A,C 3. C,D 4. A,D 5. B,D
Correct Answer : 2 Explanation: R-squared values cannot determine whether the coefficient estimates and predictions are biased, for that you have to access the residual plots. Even using the R-squared values you can not say that regression models are adequate, it is possible that low R-squared value for good model and vice versa.
Question : Which of the following statement is true for the R square value in the regression model? A. When R square =1 , all the residuals are equal to 0 B. When R square =0, all the residual are equal to 1 C. R square can be increased by adding more variables to the model. D. R-squared never decreases upon adding more independent variables.
1. A,B 2. B,C 3. C,D 4. A,C,D 5. A,B,C,D
Correct Answer : 4 Explanation: R square can be made high, it means when we add more variables R-square will increase. And R-square will never decreases if you add more independent variables. Higher R square value can have lower the residuals.
Question : What are the characteristics of the structured data?
1. Data can be co-related with the relationship keys.
2. They can have define data types.
3. These data can be easily queried.
4. It can have well defined schema
5. All of the above
Correct Answer : 5 Explanation: Yes, structure data are well defined. You can assume your table in any RDBMS data base is a structured data. Where each column will have data type, schema defined. Even these data can have relationship with other table in database.