This Post contains Online Correlation and Regression Quiz, Multiple Regression Analysis, Coefficient of Determination (Explained Variation), Unexplained Variation, Model Selection Criteria, Model Assumptions, Interpretation of results, Intercept, Slope, Partial Correlation, Significance tests, Multicollinearity, Heteroscedasticity, Autocorrelation, etc. Click the links below to start with the MCQs on the Online Correlation and Regression Quiz.
Table of Contents
MCQs Online Correlation and Regression Quiz
Correlation Analysis
Correlation analysis is a statistical measure used to determine the strength and direction of the mutual relationship between two quantitative variables. The value of the correlation lies between $-1$ and $+1$. The regression analysis describes how an explanatory variable numerically relates to the dependent variables.
Correlation Coefficient Formula
The formula to compute the correlation coefficient is:
$$r = \frac{n\sum X_i Y_i – \sum X_i \sum Y_i}{\sqrt{[n\sum X_i^2 – (\sum X_i)^2][n\sum Y_i^2 – (\sum Y_i)^2]}} $$
Regression Model
The general regression equation is $Y_i = a + bX_i$. The slope coefficient and intercept of the regression model can be computed as
$$\begin{align*}
b &= \frac{n\sum X_i Y_i – \sum X_i \sum Y_i}{n\sum X_i^2 – (\sum X_i)^2}\\
a &= \overline{Y} – b\overline{X}
\end{align*}$$
Both tools represent the linear relationship between the two quantitative variables. The relationship between variables can be observed using a graphical representation. We can also compute the strength of the relationship between variables by performing numerical calculations using appropriate computational formulas.
Note that neither regression nor correlation analyses can be interpreted as establishing some cause-and-effect relationships. Both correlation and regression are used to indicate how or to what extent the variables under study are associated (or mutually related) with each other. The correlation coefficient measures only the degree (strength) and direction of linear association between the two variables. Any conclusions about a cause-and-effect relationship must be based on the judgment of the analyst.
Learn R Programming Language RFAQS.com