Correlation and Regression Analysis MCQs 2026
60 questions with detailed answers · 31 from past papers · 6 quiz batches available
Choose a Quiz Batch. Each batch has 10 questions from this topic, in order. Take them one by one to work through all 60 MCQs. Login to save your scores and see your best per batch.
Read each question, think about the answer, then click Show Answer to reveal the correct option and explanation. Load 10 at a time so it stays manageable — perfect for one-topic study sessions on the bus or during a break.
- Q1 Past Paper · PPSC/FPSC/CSS easy
Pearson product-moment correlation coefficient r measures
💡 Explanation:Pearson r quantifies linear co-movement; it does not prove causation.
- Q2 Past Paper · PPSC/FPSC/CSS easy
The range of Pearson correlation coefficient r is
💡 Explanation:Perfect negative, zero, and perfect positive linear association map to −1, 0, +1.
- Q3 Past Paper · PPSC/FPSC/CSS easy
A Pearson r of +1 indicates
💡 Explanation:All points lie on a straight line with positive slope.
- Q4 Past Paper · PPSC/FPSC/CSS easy
A Pearson r near zero suggests
💡 Explanation:Nonlinear or no association can yield r near zero.
- Q5 Past Paper · PPSC/FPSC/CSS easy
The coefficient of determination r² represents
💡 Explanation:r² = SSR/SST in simple regression is the explained fraction.
- Q6 Past Paper · PPSC/FPSC/CSS easy
The method of least squares in regression chooses the line that
💡 Explanation:OLS minimizes Σ(yᵢ − ŷᵢ)².
- Q7 Past Paper · PPSC/FPSC/CSS medium
In simple linear regression ŷ = a + bx, the slope b equals
💡 Explanation:The least-squares slope uses centered cross-products over squared deviations of X.
- Q8 Past Paper · PPSC/FPSC/CSS medium
The least-squares intercept a in ŷ = a + bx is
💡 Explanation:The fitted line passes through (x̄, ȳ).
- Q9 Past Paper · PPSC/FPSC/CSS easy
A residual in regression is defined as
💡 Explanation:Residuals measure vertical deviation of observed Y from the fitted value.
- Q10 Past Paper · PPSC/FPSC/CSS medium
The standard error of estimate in simple regression measures
💡 Explanation:It is √(SSE/(n−2)), reflecting scatter about ŷ.
- Q11 Past Paper · PPSC/FPSC/CSS medium
In simple regression, testing H₀: β = 0 is equivalent to testing
💡 Explanation:No linear effect of X on Y means zero slope and zero correlation.
- Q12 Past Paper · PPSC/FPSC/CSS easy
Multiple linear regression models Y as
💡 Explanation:Y = β₀ + β₁X₁ + … + βₖXₖ + ε is the standard form.
- Q13 Past Paper · PPSC/FPSC/CSS medium
The multiple correlation coefficient R is
💡 Explanation:R measures overall strength of the multiple regression fit.
- Q14 Past Paper · PPSC/FPSC/CSS easy
R² in multiple regression is
💡 Explanation:R² = 1 − SSE/SST for the full model.
- Q15 Past Paper · PPSC/FPSC/CSS medium
Adjusted R² differs from R² by
💡 Explanation:Adj R² can fall when useless variables enter the model.
- Q16 Past Paper · PPSC/FPSC/CSS hard
Partial correlation between Y and X₁ controlling for X₂ measures
💡 Explanation:Partial r isolates the unique linear association with other variables held constant.
- Q17 medium
Multiple correlation R equals
💡 Explanation:R is reported as non-negative overall association strength.
- Q18 Past Paper · PPSC/FPSC/CSS easy
A positive Pearson correlation means
💡 Explanation:Positive r corresponds to an upward-sloping regression line.
- Q19 Past Paper · PPSC/FPSC/CSS easy
A negative Pearson correlation means
💡 Explanation:Negative r implies a downward-sloping least-squares line.
- Q20 easy
Correlation is symmetric in the sense that
💡 Explanation:Pearson r is the same regardless of labeling predictor/response.
- Q21 Past Paper · PPSC/FPSC/CSS medium
Pearson r is inappropriate when the relationship is
💡 Explanation:r measures linear association; U-shaped patterns can yield low r.
- Q22 Past Paper · PPSC/FPSC/CSS medium
Outliers can
💡 Explanation:Influential points can strongly shift the fitted line and r.
- Q23 medium
The regression line always passes through
💡 Explanation:Least squares ensures the mean point lies on ŷ = a + bx.
- Q24 Past Paper · PPSC/FPSC/CSS medium
Extrapolation beyond the observed X range is risky because
💡 Explanation:Predictions outside the sample range assume unchanged linearity.
- Q25 Past Paper · PPSC/FPSC/CSS medium
Homoscedasticity in regression means
💡 Explanation:Constant error variance supports efficient OLS inference.
- Q26 Past Paper · PPSC/FPSC/CSS medium
Heteroscedasticity refers to
💡 Explanation:Funnel-shaped residual plots suggest heteroscedasticity.
- Q27 Past Paper · PPSC/FPSC/CSS hard
Multicollinearity among predictors causes
💡 Explanation:High intercorrelation among Xs makes individual βs hard to estimate.
- Q28 hard
The variance inflation factor (VIF) is used to detect
💡 Explanation:Large VIF indicates an independent variable is nearly redundant with others.
- Q29 hard
Durbin–Watson statistic helps detect
💡 Explanation:Serial correlation in time-ordered residuals violates independence.
- Q30 Past Paper · PPSC/FPSC/CSS medium
In regression ANOVA, the F-test for overall significance tests
💡 Explanation:F = MSR/MSE tests whether the model explains significant variation.
- Q31 medium
Total sum of squares SST in regression equals
💡 Explanation:SST measures total variation in Y around its mean.
- Q32 medium
Explained sum of squares SSR equals
💡 Explanation:SSR is variation explained by the regression line.
- Q33 medium
Error sum of squares SSE equals
💡 Explanation:SSE is the minimized sum of squared residuals.
- Q34 hard
The Gauss–Markov theorem states OLS estimators are BLUE under
💡 Explanation:Best Linear Unbiased Estimators hold under Gauss–Markov conditions.
- Q35 hard
A standardized regression coefficient compares
💡 Explanation:Standardized βs permit comparison across predictors on different scales.
- Q36 medium
A dummy (indicator) variable in regression takes values
💡 Explanation:Dummy variables encode qualitative predictors in linear models.
- Q37 Past Paper · PPSC/FPSC/CSS hard
The partial regression coefficient β₁ in multiple regression represents
💡 Explanation:Partial βs are ceteris paribus effects in the linear model.
- Q38 hard
Stepwise regression
💡 Explanation:Stepwise methods automate model building but require caution.
- Q39 hard
A prediction interval for a new Y differs from a confidence interval for E(Y) because it includes
💡 Explanation:Predicting one future Y requires wider intervals than estimating the mean response.
- Q40 medium
Regression toward the mean describes
💡 Explanation:Galton observed that tall parents' children tend toward average height.
- Q41 Past Paper · PPSC/FPSC/CSS medium
Spurious correlation occurs when
💡 Explanation:High r does not imply direct causal linkage.
- Q42 Past Paper · PPSC/FPSC/CSS easy
Correlation does not imply
💡 Explanation:Causal claims require design or theory beyond correlation.
- Q43 medium
Covariance and correlation are related because
💡 Explanation:Standardizing covariance by standard deviations yields Pearson r.
- Q44 medium
Pearson r is unitless because
💡 Explanation:Dividing by sₓ and sᵧ makes r scale-free.
- Q45 Past Paper · PPSC/FPSC/CSS easy
In a scatter diagram, a tight upward cloud suggests
💡 Explanation:Visual pattern mirrors the sign and strength of r.
- Q46 hard
The least-squares principle was applied to regression by
💡 Explanation:Least squares is the foundation of classical regression estimation.
- Q47 medium
If all residuals are zero, then
💡 Explanation:Perfect fit means no unexplained variation.
- Q48 hard
In simple regression, b equals r times
💡 Explanation:Slope links standardized association to Y per unit X in raw units.
- Q49 hard
The normal equations in OLS lead to
💡 Explanation:Setting partial derivatives to zero yields the familiar formulas.
- Q50 hard
Serial correlation in residuals violates the assumption of
💡 Explanation:Dependent errors invalidate standard t and F tests.
- Q51 hard
Leverage of an observation depends mainly on
💡 Explanation:High-leverage points have extreme X (or X-vector) coordinates.
- Q52 hard
An influential observation
💡 Explanation:High leverage plus large residual often indicates influence.
- Q53 easy
A fitted value ŷᵢ is
💡 Explanation:ŷ lies on the regression surface or line.
- Q54 medium
Regression assumes errors are
💡 Explanation:E(ε) = 0 centers residuals around the true line.
- Q55 medium
Multiple regression R² never decreases when
💡 Explanation:Adding any X cannot worsen SSE relative to SST in-sample.
- Q56 hard
Partial correlation r₁₂·₃ equals zero when
💡 Explanation:Zero partial correlation aligns with no unique linear effect.
- Q57 Past Paper · PPSC/FPSC/CSS medium
A scatter plot with heteroscedastic fan shape suggests
💡 Explanation:Changing spread violates constant variance assumption.
- Q58 medium
Standardized residuals help identify
💡 Explanation:Standardized residuals flag potential outliers in Y direction.
- Q59 hard
Testing ρ = 0 using t with n − 2 df relies on
💡 Explanation:Exact t test for r assumes bivariate normal pairs.
- Q60 Past Paper · PPSC/FPSC/CSS easy
In interpreting β = 2.5 for income predicting spending, expected spending rises
💡 Explanation:Slope is the marginal change in E(Y) per unit X.