Correlation and Regression Analysis MCQs 2026

60 questions with detailed answers · 31 from past papers · 6 quiz batches available

📚 Statistics Mcqs 📄 31 Past-Paper Qs ✓ Free · No Login Needed
🎯 Mock Test

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.

Page 1 of 1 Questions 110 of 60
  1. Q1 Past Paper · PPSC/FPSC/CSS easy

    Pearson product-moment correlation coefficient r measures

    1. A only causation between variables
    2. B only curvilinear association
    3. C the strength and direction of linear association between two quantitative variables
    4. D only rank-order agreement
    💡 Explanation:

    Pearson r quantifies linear co-movement; it does not prove causation.

  2. Q2 Past Paper · PPSC/FPSC/CSS easy

    The range of Pearson correlation coefficient r is

    1. A from 0 to 1 only
    2. B from −1 to +1 inclusive
    3. C from −∞ to +∞
    4. D from 0 to 100 only
    💡 Explanation:

    Perfect negative, zero, and perfect positive linear association map to −1, 0, +1.

  3. Q3 Past Paper · PPSC/FPSC/CSS easy

    A Pearson r of +1 indicates

    1. A no linear relationship
    2. B a perfect negative linear relationship
    3. C independence of variables
    4. D a perfect positive linear relationship
    💡 Explanation:

    All points lie on a straight line with positive slope.

  4. Q4 Past Paper · PPSC/FPSC/CSS easy

    A Pearson r near zero suggests

    1. A perfect linear association
    2. B necessarily no relationship of any kind
    3. C equal variances only
    4. D little or no linear association
    💡 Explanation:

    Nonlinear or no association can yield r near zero.

  5. Q5 Past Paper · PPSC/FPSC/CSS easy

    The coefficient of determination r² represents

    1. A the correlation sign only
    2. B the proportion of variance in Y explained by the linear regression on X
    3. C the intercept of the regression line
    4. D the standard error of estimate
    💡 Explanation:

    r² = SSR/SST in simple regression is the explained fraction.

  6. Q6 Past Paper · PPSC/FPSC/CSS easy

    The method of least squares in regression chooses the line that

    1. A minimizes the sum of absolute residuals only
    2. B minimizes the sum of squared residuals
    3. C maximizes correlation always
    4. D minimizes the intercept only
    💡 Explanation:

    OLS minimizes Σ(yᵢ − ŷᵢ)².

  7. Q7 Past Paper · PPSC/FPSC/CSS medium

    In simple linear regression ŷ = a + bx, the slope b equals

    1. A ȳ / x̄ always
    2. B Σxᵢyᵢ without centering
    3. C the correlation r alone without scaling
    4. D Σ(xᵢ − x̄)(yᵢ − ȳ) / Σ(xᵢ − x̄)²
    💡 Explanation:

    The least-squares slope uses centered cross-products over squared deviations of X.

  8. Q8 Past Paper · PPSC/FPSC/CSS medium

    The least-squares intercept a in ŷ = a + bx is

    1. A x̄ − b ȳ
    2. B ȳ − b x̄
    3. C zero always
    4. D equal to the correlation r
    💡 Explanation:

    The fitted line passes through (x̄, ȳ).

  9. Q9 Past Paper · PPSC/FPSC/CSS easy

    A residual in regression is defined as

    1. A ŷᵢ − xᵢ
    2. B yᵢ + ŷᵢ
    3. C eᵢ = yᵢ − ŷᵢ
    4. D xᵢ − x̄ only
    💡 Explanation:

    Residuals measure vertical deviation of observed Y from the fitted value.

  10. Q10 Past Paper · PPSC/FPSC/CSS medium

    The standard error of estimate in simple regression measures

    1. A typical size of residuals around the regression line
    2. B only the slope sampling error
    3. C only the intercept
    4. D the correlation r directly
    💡 Explanation:

    It is √(SSE/(n−2)), reflecting scatter about ŷ.

  11. Q11 Past Paper · PPSC/FPSC/CSS medium

    In simple regression, testing H₀: β = 0 is equivalent to testing

    1. A whether r² equals one
    2. B whether the intercept is zero
    3. C whether residuals are always positive
    4. D whether the population correlation ρ equals zero
    💡 Explanation:

    No linear effect of X on Y means zero slope and zero correlation.

  12. Q12 Past Paper · PPSC/FPSC/CSS easy

    Multiple linear regression models Y as

    1. A only one independent variable always
    2. B only polynomial terms without intercept
    3. C a linear function of two or more independent variables plus error
    4. D only ranks of Y
    💡 Explanation:

    Y = β₀ + β₁X₁ + … + βₖXₖ + ε is the standard form.

  13. Q13 Past Paper · PPSC/FPSC/CSS medium

    The multiple correlation coefficient R is

    1. A the correlation between observed Y and fitted Ŷ from multiple regression
    2. B always equal to each partial correlation
    3. C the square root of r in simple regression only
    4. D unrelated to R²
    💡 Explanation:

    R measures overall strength of the multiple regression fit.

  14. Q14 Past Paper · PPSC/FPSC/CSS easy

    R² in multiple regression is

    1. A the proportion of total variation in Y explained by all regressors
    2. B always equal to Pearson r
    3. C the residual sum of squares
    4. D the partial correlation of one X only
    💡 Explanation:

    R² = 1 − SSE/SST for the full model.

  15. Q15 Past Paper · PPSC/FPSC/CSS medium

    Adjusted R² differs from R² by

    1. A always exceeding R²
    2. B penalizing the addition of extra predictors
    3. C ignoring sample size
    4. D equaling the intercept variance
    💡 Explanation:

    Adj R² can fall when useless variables enter the model.

  16. Q16 Past Paper · PPSC/FPSC/CSS hard

    Partial correlation between Y and X₁ controlling for X₂ measures

    1. A zero-order correlation only
    2. B multiple R directly
    3. C correlation of Y with X₁ after removing linear effects of X₂ from both
    4. D correlation of residuals with X₂
    💡 Explanation:

    Partial r isolates the unique linear association with other variables held constant.

  17. Q17 medium

    Multiple correlation R equals

    1. A the negative square root of r² always
    2. B the sum of partial correlations
    3. C the intercept divided by slope
    4. D the positive square root of R²
    💡 Explanation:

    R is reported as non-negative overall association strength.

  18. Q18 Past Paper · PPSC/FPSC/CSS easy

    A positive Pearson correlation means

    1. A Y always decreases as X increases
    2. B Y tends to increase as X increases linearly
    3. C variables are independent
    4. D the slope must be negative
    💡 Explanation:

    Positive r corresponds to an upward-sloping regression line.

  19. Q19 Past Paper · PPSC/FPSC/CSS easy

    A negative Pearson correlation means

    1. A Y always increases with X
    2. B Y tends to decrease as X increases linearly
    3. C r² is negative
    4. D the relationship must be nonlinear
    💡 Explanation:

    Negative r implies a downward-sloping least-squares line.

  20. Q20 easy

    Correlation is symmetric in the sense that

    1. A corr(X, Y) equals corr(Y, X)
    2. B corr(X,Y) equals −corr(Y,X)
    3. C only Y may be regressed on X
    4. D r depends on which variable is response
    💡 Explanation:

    Pearson r is the same regardless of labeling predictor/response.

  21. Q21 Past Paper · PPSC/FPSC/CSS medium

    Pearson r is inappropriate when the relationship is

    1. A strongly curvilinear
    2. B perfectly linear
    3. C moderately linear with outliers removed
    4. D based on interval data
    💡 Explanation:

    r measures linear association; U-shaped patterns can yield low r.

  22. Q22 Past Paper · PPSC/FPSC/CSS medium

    Outliers can

    1. A never affect least squares
    2. B only change the intercept never the slope
    3. C eliminate the need for residuals
    4. D distort Pearson r and regression coefficients
    💡 Explanation:

    Influential points can strongly shift the fitted line and r.

  23. Q23 medium

    The regression line always passes through

    1. A the point (x̄, ȳ)
    2. B the origin unless forced
    3. C the minimum observed X only
    4. D any arbitrary point
    💡 Explanation:

    Least squares ensures the mean point lies on ŷ = a + bx.

  24. Q24 Past Paper · PPSC/FPSC/CSS medium

    Extrapolation beyond the observed X range is risky because

    1. A the linear model may not hold outside the data cloud
    2. B r² becomes exactly one
    3. C residuals vanish
    4. D slope always reverses sign
    💡 Explanation:

    Predictions outside the sample range assume unchanged linearity.

  25. Q25 Past Paper · PPSC/FPSC/CSS medium

    Homoscedasticity in regression means

    1. A residual variance increases linearly always
    2. B errors are perfectly correlated
    3. C residual variance is constant across levels of X
    4. D Y is measured in ranks only
    💡 Explanation:

    Constant error variance supports efficient OLS inference.

  26. Q26 Past Paper · PPSC/FPSC/CSS medium

    Heteroscedasticity refers to

    1. A zero residuals
    2. B perfect multicollinearity
    3. C non-constant variance of residuals across X or ŷ
    4. D negative R²
    💡 Explanation:

    Funnel-shaped residual plots suggest heteroscedasticity.

  27. Q27 Past Paper · PPSC/FPSC/CSS hard

    Multicollinearity among predictors causes

    1. A unstable and inflated standard errors of regression coefficients
    2. B R² to be exactly zero
    3. C residuals to sum to n
    4. D perfect prediction always
    💡 Explanation:

    High intercorrelation among Xs makes individual βs hard to estimate.

  28. Q28 hard

    The variance inflation factor (VIF) is used to detect

    1. A heteroscedasticity only
    2. B non-normality only
    3. C autocorrelation only
    4. D multicollinearity
    💡 Explanation:

    Large VIF indicates an independent variable is nearly redundant with others.

  29. Q29 hard

    Durbin–Watson statistic helps detect

    1. A autocorrelation in regression residuals
    2. B multicollinearity
    3. C heteroscedasticity only
    4. D zero correlation
    💡 Explanation:

    Serial correlation in time-ordered residuals violates independence.

  30. Q30 Past Paper · PPSC/FPSC/CSS medium

    In regression ANOVA, the F-test for overall significance tests

    1. A H₀: intercept equals zero only
    2. B H₀: all slope coefficients except intercept are zero
    3. C H₀: r equals one
    4. D H₀: residuals are all equal
    💡 Explanation:

    F = MSR/MSE tests whether the model explains significant variation.

  31. Q31 medium

    Total sum of squares SST in regression equals

    1. A Σ(yᵢ − ŷᵢ)² only
    2. B Σ(yᵢ − ȳ)²
    3. C Σ(xᵢ − x̄)² only
    4. D Σŷᵢ² only
    💡 Explanation:

    SST measures total variation in Y around its mean.

  32. Q32 medium

    Explained sum of squares SSR equals

    1. A Σ(yᵢ − ŷᵢ)²
    2. B Σ(xᵢ − x̄)²
    3. C Σ(ŷᵢ − ȳ)²
    4. D Σeᵢ² with e signed
    💡 Explanation:

    SSR is variation explained by the regression line.

  33. Q33 medium

    Error sum of squares SSE equals

    1. A Σ(ŷᵢ − ȳ)²
    2. B Σ(yᵢ − ȳ)² − Σxᵢ
    3. C Σxᵢyᵢ
    4. D Σ(yᵢ − ŷᵢ)²
    💡 Explanation:

    SSE is the minimized sum of squared residuals.

  34. Q34 hard

    The Gauss–Markov theorem states OLS estimators are BLUE under

    1. A classical linear regression assumptions
    2. B any nonlinear model
    3. C rank data only
    4. D zero sample size
    💡 Explanation:

    Best Linear Unbiased Estimators hold under Gauss–Markov conditions.

  35. Q35 hard

    A standardized regression coefficient compares

    1. A the effect of a one standard deviation change in X on Y
    2. B raw units only without scaling
    3. C only the intercept
    4. D only residual variance
    💡 Explanation:

    Standardized βs permit comparison across predictors on different scales.

  36. Q36 medium

    A dummy (indicator) variable in regression takes values

    1. A 0 and 1 to represent category membership
    2. B only continuous measurements
    3. C only ranks
    4. D only squared terms
    💡 Explanation:

    Dummy variables encode qualitative predictors in linear models.

  37. Q37 Past Paper · PPSC/FPSC/CSS hard

    The partial regression coefficient β₁ in multiple regression represents

    1. A the zero-order slope ignoring other variables
    2. B always equal to Pearson r
    3. C the intercept change only
    4. D the change in expected Y per unit change in X₁ holding other Xs fixed
    💡 Explanation:

    Partial βs are ceteris paribus effects in the linear model.

  38. Q38 hard

    Stepwise regression

    1. A always includes every candidate variable
    2. B enters or removes predictors based on preset criteria
    3. C never uses R²
    4. D eliminates the need for diagnostics
    💡 Explanation:

    Stepwise methods automate model building but require caution.

  39. Q39 hard

    A prediction interval for a new Y differs from a confidence interval for E(Y) because it includes

    1. A only slope uncertainty
    2. B individual observation variability (error term)
    3. C only the mean always
    4. D zero residual variance
    💡 Explanation:

    Predicting one future Y requires wider intervals than estimating the mean response.

  40. Q40 medium

    Regression toward the mean describes

    1. A perfect correlation over time
    2. B slope always increasing
    3. C extreme values tending to be followed by less extreme values on average
    4. D R² decreasing to zero
    💡 Explanation:

    Galton observed that tall parents' children tend toward average height.

  41. Q41 Past Paper · PPSC/FPSC/CSS medium

    Spurious correlation occurs when

    1. A r equals exactly one
    2. B residuals are homoscedastic
    3. C two variables correlate because of a lurking variable or coincidence
    4. D the slope is zero
    💡 Explanation:

    High r does not imply direct causal linkage.

  42. Q42 Past Paper · PPSC/FPSC/CSS easy

    Correlation does not imply

    1. A linear association
    2. B a symmetric measure
    3. C computation from paired data
    4. D causation
    💡 Explanation:

    Causal claims require design or theory beyond correlation.

  43. Q43 medium

    Covariance and correlation are related because

    1. A r equals cov without scaling
    2. B r = cov(X,Y) / (sₓ sᵧ)
    3. C cov is always between −1 and 1
    4. D correlation equals variance
    💡 Explanation:

    Standardizing covariance by standard deviations yields Pearson r.

  44. Q44 medium

    Pearson r is unitless because

    1. A it uses ranks only
    2. B it ignores sample size
    3. C it equals the slope always
    4. D standardization removes measurement units
    💡 Explanation:

    Dividing by sₓ and sᵧ makes r scale-free.

  45. Q45 Past Paper · PPSC/FPSC/CSS easy

    In a scatter diagram, a tight upward cloud suggests

    1. A negative correlation
    2. B zero correlation only
    3. C heteroscedasticity proof
    4. D positive correlation
    💡 Explanation:

    Visual pattern mirrors the sign and strength of r.

  46. Q46 hard

    The least-squares principle was applied to regression by

    1. A Fisher only in ANOVA tables
    2. B Kolmogorov in non-parametrics
    3. C Legendre and Gauss in the early 19th century
    4. D Laspeyres in index theory
    💡 Explanation:

    Least squares is the foundation of classical regression estimation.

  47. Q47 medium

    If all residuals are zero, then

    1. A r must be zero
    2. B SSE equals SST
    3. C R² equals 1 and all points lie on the fitted line
    4. D the slope is undefined always
    💡 Explanation:

    Perfect fit means no unexplained variation.

  48. Q48 hard

    In simple regression, b equals r times

    1. A sₓ / sᵧ
    2. B sₓ sᵧ
    3. C 1 − r²
    4. D sᵧ / sₓ
    💡 Explanation:

    Slope links standardized association to Y per unit X in raw units.

  49. Q49 hard

    The normal equations in OLS lead to

    1. A only iterative numerical methods always
    2. B closed-form solutions for a and b in simple regression
    3. C zero degrees of freedom always
    4. D rank-based estimates
    💡 Explanation:

    Setting partial derivatives to zero yields the familiar formulas.

  50. Q50 hard

    Serial correlation in residuals violates the assumption of

    1. A linearity only
    2. B independence of errors
    3. C existence of Y only
    4. D positive r only
    💡 Explanation:

    Dependent errors invalidate standard t and F tests.

  51. Q51 hard

    Leverage of an observation depends mainly on

    1. A only its Y value
    2. B only the residual sign
    3. C only sample size below 5
    4. D how unusual its predictor values are
    💡 Explanation:

    High-leverage points have extreme X (or X-vector) coordinates.

  52. Q52 hard

    An influential observation

    1. A substantially changes fitted regression results if removed
    2. B always has small residual
    3. C must have zero leverage
    4. D cannot be an outlier
    💡 Explanation:

    High leverage plus large residual often indicates influence.

  53. Q53 easy

    A fitted value ŷᵢ is

    1. A the value of Y predicted by the regression for given Xᵢ
    2. B always equal to yᵢ
    3. C the residual eᵢ
    4. D the mean x̄ only
    💡 Explanation:

    ŷ lies on the regression surface or line.

  54. Q54 medium

    Regression assumes errors are

    1. A always positive
    2. B equal to xᵢ
    3. C random variables with mean zero
    4. D identical to yᵢ
    💡 Explanation:

    E(ε) = 0 centers residuals around the true line.

  55. Q55 medium

    Multiple regression R² never decreases when

    1. A an additional predictor is added
    2. B an irrelevant predictor is removed
    3. C multicollinearity is absent
    4. D sample size increases
    💡 Explanation:

    Adding any X cannot worsen SSE relative to SST in-sample.

  56. Q56 hard

    Partial correlation r₁₂·₃ equals zero when

    1. A r₁₂ equals one
    2. B the partial regression coefficient of X₁ is zero given X₃
    3. C R² equals zero always
    4. D residuals are heteroscedastic
    💡 Explanation:

    Zero partial correlation aligns with no unique linear effect.

  57. Q57 Past Paper · PPSC/FPSC/CSS medium

    A scatter plot with heteroscedastic fan shape suggests

    1. A perfect homoscedasticity
    2. B r must equal 1
    3. C regression standard errors may be unreliable without remedy
    4. D no need to examine residuals
    💡 Explanation:

    Changing spread violates constant variance assumption.

  58. Q58 medium

    Standardized residuals help identify

    1. A only leverage without magnitude
    2. B only the intercept
    3. C unusually large deviations relative to estimated error scale
    4. D only index numbers
    💡 Explanation:

    Standardized residuals flag potential outliers in Y direction.

  59. Q59 hard

    Testing ρ = 0 using t with n − 2 df relies on

    1. A only ordinal measurement
    2. B only χ² distribution always
    3. C bivariate normality for exact inference
    4. D no distributional assumptions ever
    💡 Explanation:

    Exact t test for r assumes bivariate normal pairs.

  60. Q60 Past Paper · PPSC/FPSC/CSS easy

    In interpreting β = 2.5 for income predicting spending, expected spending rises

    1. A 2.5 percent always
    2. B by the correlation only
    3. C only when r is negative
    4. D 2.5 units per one-unit increase in income holding other variables fixed
    💡 Explanation:

    Slope is the marginal change in E(Y) per unit X.