Linear Regression - PowerPoint PPT Presentation

1 / 23
About This Presentation
Title:

Linear Regression

Description:

Title: Statistical methods Author: hest Last modified by: heins Created Date: 11/15/2004 7:03:36 AM Document presentation format: On-screen Show (4:3) – PowerPoint PPT presentation

Number of Views:62
Avg rating:3.0/5.0
Slides: 24
Provided by: hest
Category:

less

Transcript and Presenter's Notes

Title: Linear Regression


1
Linear Regression
  • Hein Stigum
  • Presentation, data and programs at
  • http//folk.uio.no/heins/courses

2
Concepts
  • Linear regression

3
Outcome and regression types
  • Numerical data
  • Discrete
  • number of partners
  • Continuous
  • Weight
  • Categorical data
  • Nominal
  • disease/ no disease
  • Ordinal
  • small/ medium/ large
  • Poisson regression
  • Linear regression
  • Logistic regression
  • Ordinal regression

4
Regression idea
5
Measures and Assumptions
  • Adjusted effects
  • b1 is the increase in weight per day of
    gestational age
  • b1 is adjusted for b2
  • Assumptions
  • Independent errors
  • Linear effects
  • Constant error variance
  • Robustness
  • influence

6
Workflow
  • DAG
  • Plots distribution and scatter
  • Bivariate analysis
  • Regression
  • Model estimation
  • Test of assumptions
  • Independent errors
  • Linear effects
  • Constant error variance
  • Robustness
  • Influence

Discuss
Plot
Plot
7
Analysis
  • Continuous outcome Linear regression, Birth
    weight

8
DAGs
Associations Bivariate (unadjusted) Causal
effects Multivariable (adjusted)
Draw your assumptions before your conclusions
9
Plot outcome by exposure
Effects on linear regression
OK
Be clear on the research question overall
birth weight linear regression low birth
weight logistic regression linear and logistic
can give opposite results May lead to
non-constant error variance
May have high influential outliers
10
Plot outcome by exposure, cont.
Linear effects?
Yes
11
Bivariate analysis
Outcome birthweight
12
Regression
  • Continuous outcome Linear regression, Birth
    weight

13
Categorical covariates
  • 2 categories
  • OK, but know the coding
  • 3 categories
  • Use dummies
  • Dummies are 0/1 variables used to create
    contrasts
  • Want 3 categories for parity 0, 1 and 2-7
    children
  • Choose 0 as reference
  • Make dummies for the two other categories

generate Parity1 (parity1) if
paritylt. generate Parity2_7 (paritygt2) if
paritylt.
14
Model estimation
Syntax regress weight gest sex Parity1 Parity2_7
15
Create meaningful constant
  • Expected birth weight at
  • gest 0, sex0, parity0
  • gest280, sex1, parity0

Alternative center variables gen
gest280gest-280 gest280 has a meaningful zero
at 280 days gen sex0sex-1 sex0 has a
meaningful zero at boys
16
Model results
17
Test of assumptions
  • Discuss
  • Independent residuals?
  • Plot residuals versus predicted y
  • Linear effects?
  • constant variance?

18
Violations of assumptions
  • Dependent residuals
  • Use linear mixed models
  • Non linear effects
  • Add square term
  • Or use piecewise linear
  • Non-constant variance
  • Use robust variance estimation

19
Influence
20
Measures of influence
Remove obs 1, see change remove obs 2, see change
  • Measure change in
  • Predicted outcome
  • Deviance
  • Coefficients (beta)
  • Delta beta

21
Delta beta for gestational age
If obs nr 539 is removed, beta will change from 6
to 16
22
Removing outlier
Full data
Outlier removed
One outlier affected two estimates
Final model
23
Summing up
  • DAGs
  • Guide analysis
  • Plots
  • Unequal variance, non-linearity, outliers
  • Bivariate analysis
  • Linear regression
  • Fit model
  • Check assumptions
  • Check robustness
  • Make meaningful constant
Write a Comment
User Comments (0)
About PowerShow.com