This question is basically three questions stapled together and I treated it that way, which was probably a mistake.
Start by clearly defining outliers, high-leverage points, and influential observations, emphasizing their distinct roles in regression diagnostics. Then walk through Cook's distance derivation, linking it to leverage and studentized residuals, and outline a diagnostic workflow. Finally, discuss the impact of dropping influential points, robust alternatives, and how to justify decisions in a model review.
Pro tip: Emphasize that influential points are not necessarily outliers or high-leverage points alone, but a combination of both; always assess influence using multiple diagnostics and consider the context of the data before making decisions.
Clearly distinguish outliers (unusual Y values), high-leverage points (unusual X values), and influential observations (disproportionately affect model coefficients).
Explain Cook's distance as a measure of influence, derived from the change in predicted values when removing an observation, and show its formula involving leverage and studentized residuals.
Outline a step-by-step process: compute leverage (hat values), studentized residuals, and Cook's distance; use thresholds and plots to flag potential issues.
Discuss how dropping the most influential point can change conclusions, and present robust alternatives like robust regression, trimming, or Winsorizing.
Explain how to document and justify any removal or retention of points, considering domain knowledge, sensitivity analysis, and reproducibility.
AI-generated suggestions, not part of the candidate's original notes. May be inaccurate — verify before relying on them.