---
type: method
slug: two-stage-least-squares
name_ko: 2단계 최소제곱법
name_en: Two-Stage Least Squares
categories:
  - '[[econometric-methods]]'
aliases:
  - 2SLS
  - IV regression
  - 2sls-regression
  - TSLS
last_updated: '2026-05-20T02:30:00+09:00'
---
# 2단계 최소제곱법

*Two-Stage Least Squares (2SLS)*

> 도구변수 (instrumental variable, IV) 추정법의 표준 구현. 1단계: 내생 변수를 IV 와 통제변수로 회귀해 *predicted* 내생 변수 산출. 2단계: 종속 변수를 *predicted* 내생 변수로 회귀. *Endogeneity* (역인과 · 누락 변수 · 측정 오차) 통제. [[keungoui-kim-2024-social-distancing-innovation-privacy]] 의 prima case — privacy concern 의 endogeneity 통제 후 인과 방향 식별.

## See also

- 부모 분류: [[econometric-methods]]
- 형제 방법론: [[bayesian-estimation]], [[discrete-choice-model]], [[contingent-valuation-method]], [[cge-analysis]], [[meta-frontier-analysis]]
