#1
What is the primary goal of regression analysis?
To predict the relationship between dependent and independent variables
ExplanationPredicting the relationship between variables.
#2
Which of the following is NOT a type of regression analysis?
Hierarchical Regression
ExplanationHierarchical Regression is not a type.
#3
What is the difference between simple linear regression and multiple linear regression?
Simple linear regression involves one independent variable, while multiple linear regression involves multiple independent variables.
ExplanationNumber of independent variables involved.
#4
What is the role of the intercept term in linear regression?
To account for the variability in the dependent variable that is not explained by the independent variables
ExplanationCapturing unexplained variability in the dependent variable.
#5
What does the coefficient of determination (R-squared) indicate in regression analysis?
The proportion of the variance in the dependent variable that is predictable from the independent variables
ExplanationIndicates the proportion of predictable variance.
#6
What is multicollinearity in regression analysis?
When two or more independent variables are highly correlated
ExplanationHigh correlation between independent variables.
#7
What is the purpose of using regularization techniques in regression models?
To reduce overfitting by penalizing large coefficients
ExplanationPreventing overfitting by penalizing large coefficients.
#8
What is the key assumption of linear regression regarding the residuals?
The residuals should be homoscedastic
ExplanationHomoscedastic residuals are assumed.
#9
What is the purpose of feature scaling in regression analysis?
To standardize the range of independent variables
ExplanationStandardizing independent variables' ranges.
#10
In logistic regression, what type of variable is the dependent variable typically?
Binary
ExplanationDependent variable is typically binary.
#11
What is heteroscedasticity in regression analysis?
When the residuals have a changing variance across different values of the independent variable
ExplanationResiduals' variance changes with independent variable values.
#12
What is the purpose of cross-validation in evaluating regression models?
All of the above
ExplanationEvaluating models' performance with various data splits.
#13
What is the difference between Ridge and Lasso regression?
Ridge regression penalizes the absolute size of coefficients, while Lasso penalizes the square of coefficients.
ExplanationDifferent penalty methods for coefficient sizes.
#14
In stepwise regression, what is the purpose of the 'backward elimination' method?
To remove the least significant variables from the model
ExplanationEliminating least significant variables from the model.