Regression: Estimating Equations and GLMs
Johns Hopkins Bloomberg School of Public Health
Instructor: Jeff Leek
Youtube: http://www.youtube.com/JHSPHAppliedStat
A bit cliche but...
Essentially, all models are wrong, but some are useful.
-George Box
What is regression?
What is regression?
Estimating differences in Y between subjects whose X values differ in a specified manner.
Usually based on expectations�
E[Y|X=1] - E[Y|X=0]
log(E[Y|X=1]/E[Y|X=0])
exp(E[log(Y)|X=1] - E[log(Y)|X=0])
Why not just linear regression?
Why not just linear regression?
Why not just linear regression?
Basic Ideas
With reasonable sample size, you can learn about parameters without making strong assumptions about the distribution of Y and how it varies with X.
General Approach
Defining your parameter
Mathematical definitions
Defining parameters with equations
Link functions
Estimating parameters
Examples of estimating equations
Newton's Method
Estimating parameters with Newton
Using the Central Limit Theorem
The sandwich estimator
An example
Standard errors
Multiple ways to get confidence intervals
Fitting lines (least squares)
Least squares for curves
Weighted least squares
Fitting lines (popular weights)
Line fitting general case
Line fitting: weights
Generalized Linear Models
Likelihood
Exponential Family
GLMs: Three components
GLMs: Important properties
GLMs: Maximum likelihood
GLMs: ML Estimation
GLMs: Asymptotic standard errors
Fisher Information
http://simplystatistics.tumblr.com/post/18903448428/r-a-fisher-is-the-most-influential-scientist-ever