ProjectQuantitative Data Analysis

Project Navigation
  • Project Home
  • Microsimulation
  • The Analysis of Transfers, Taxes, and Income Security (ATTIS) microsimulation model
  • The Medicare Policy Microsimulation Model (MCARE-SIM)
  • The Model of Income in the Near Term (MINT)
  • The Tax Policy Center Microsimulation Model
  • The Dynamic Simulation of Income Model (DYNASIM)
  • The Health Insurance Policy Simulation Model (HIPSM)
  • The Transfer Income Model (TRIM)
  • Descriptive Data Analysis
  • Inference
  • Impact Analysis
  • Bias
  • Experiments
  • Paired Testing
  • Quasi-experimental Methods
  • Difference-in-Difference and Panel Methods
  • Instrumental Variables
  • Propensity Score Matching
  • Regression Discontinuity
  • Regression Techniques
  • Generalized Linear Model
  • Linear Regression
  • Logit and Probit Regression
  • Segregation Measures
  • Inequality Measures
  • Decomposition Methods
  • Performance Measurement and Management

  • Generalized Linear Model

    A linear regression model assumes that the mean outcome, y, conditional on observable predictors, X, is linear in parameters b, written E(y|X) = Xb, in which case the parameters b can be solved for directly. Nonlinear regression models can be difficult to estimate and fragile (less robust, meaning apparent solutions that are incorrect can occur with greater chance). A generalized linear model is a robust and easily estimated version of a nonlinear regression model that assumes instead that some function of the conditional expectation in linear in b, written E(y|X) = g(Xb), where g() is the inverse link function.

    For example, a log link assumes that the log of E(y|X) is Xb, so that E(y|X]) is exp(Xb), with the exponential function being the inverse link function. A generalized linear model with a log link is best for nonnegative outcomes, since the conditional expectation is never zero (though the outcome can be zero or even negative). These models encompass many other types of models, including Poissonlogit, fractional logit, and probit models.