SlideShare a Scribd company logo
1 of 53
Download to read offline
Statistics One
Lecture 7
Introduction to Regression
1
Three segments
•  Overview
•  Calculation of regression coefficients
•  Assumptions

2
Lecture 7 ~ Segment 1
Regression: Overview

3
Regression: Overview
•  Important concepts & topics
–  Simple regression vs. multiple regression
–  Regression equation
–  Regression model

4
Regression: Overview
•  Regression: a statistical analysis used to
predict scores on an outcome variable,
based on scores on one or multiple predictor
variables
–  Simple regression: one predictor variable
–  Multiple regression: multiple predictors
5
Regression: Overview
•  Example: IMPACT (see Lab 2)
–  An online assessment tool to investigate the
effects of sports-related concussion
•  http://www.impacttest.com

6
IMPACT example
•  IMPACT provides data on 6 variables
–  Verbal memory
–  Visual memory
–  Visual motor speed
–  Reaction time
–  Impulse control
–  Symptom score
7
IMPACT: Correlations pre-injury

8
IMPACT: Correlations pre-injury

9
IMPACT: Correlations post-injury

10
IMPACT: Correlations post-injury

11
IMPACT example
•  For this example, assume:
–  Symptom Score is the outcome variable
–  Simple regression example:
•  Predict Symptom Score from just one variable

–  Multiple regression example:
•  Predict Symptom Score from two variables
12
Regression equation
•  Y = m + bX + e
–  Y is a linear function of X
–  m = intercept
–  b = slope
–  e = error (residual)
13
Regression equation
•  Y = B0 + B1X1 + e
–  Y is a linear function of X1
–  B0 = intercept = regression constant
–  B1 = slope = regression coefficient
–  e = error (residual)
14
Model R and

2
R

•  R = multiple correlation coefficient

• 

–  R = rÝY
–  The correlation between the predicted scores
and the observed scores

2
R

–  The percentage of variance in Y explained by
the model
15
IMPACT example
•  Y = B0 + B1X1 + e

–  Let Y = Symptom Score
–  Let X1 = Impulse Control
–  Solve for B0 and B1

– In R, function lm
16
IMPACT example
Ŷ = 20.48 + 1.43(X)	

	

r = .40	

	

R2 = 16%	

	

17
IMPACT example

18
Regression model
•  The regression model is used to model or
predict future behavior
–  The model is just the regression equation
–  Later in the course we will discuss more
complex models that consist of a set of
regression equations
19
Regression: It gets better
•  The goal is to produce better models so we
can generate more accurate predictions
–  Add more predictor variables, and/or…
–  Develop better predictor variables

20
IMPACT example
•  Y = B0 + B1X1 + B2X2 + e

–  Let Y = Symptom Score
–  Let X1 = Impulse Control
–  Let X2 = Verbal Memory
–  Solve for B0 and B1 and B2

– In R, function lm
21
IMPACT example
Ŷ = 4.13 + 1.48(X1) + 0.22(X2)	


	

R2 = 22%	

	


22
IMPACT example

23
Model R and

2
R

•  R = multiple correlation coefficient

• 

–  R = rÝY
–  The correlation between the predicted scores
and the observed scores

2
R

–  The percentage of variance in Y explained by
the model
24
IMPACT example
R2 = 22%	

	

rÝY = .47	


25
Segment summary
•  Important concepts & topics
–  Simple regression vs. multiple regression
–  Regression equation
–  Regression model

26
END SEGMENT

27
Lecture 7 ~ Segment 2
Calculation of regression coefficients

28
Estimation of coefficients
•  Regression equation:
–  Y = B0 + B1X1 + e
–  Ŷ = B0 + B1X1
•  (Y – Ŷ) = e (residual)

29
Estimation of coefficients
•  The values of the coefficients (e.g., B1) are
estimated such that the regression model
yields optimal predictions
–  Minimize the residuals!

30
Estimation of coefficients
•  Ordinary Least Squares estimation
–  Minimize the sum of the squared (SS) residuals
–  SS.RESIDUAL = Σ(Y –

2
Ŷ)

31
IMPACT example

32
Estimation of coefficients
•  Sum of Squared deviation scores (SS) in variable Y
–  SS.Y
SS.Y à	


33
Estimation of coefficients
•  Sum of Squared deviation scores (SS) in variable X
–  SS.X
SS.X à	


34
Estimation of coefficients
•  Sum of Cross Products
–  SP.XY
SS.Y à	

SP.XY	

SS.X à	

35
Estimation of coefficients
•  Sum of Cross Products = SS of the Model
–  SP.XY = SS.MODEL
SS.Y à	

SS.MODEL	

SS.X à	

36
Estimation of coefficients
•  SS.RESIDUAL = (SS.Y – SS.MODEL)

SS.Y à	


SS.RESIDUAL	

SS.MODEL	


SS.X à	

37
Estimation of coefficients
•  Formula for the unstandardized coefficient
–  B1 = r x (SDy/ SDx)

38
Estimation of coefficients
•  Formula for the standardized coefficient
–  If X and Y are standardized then
•  SDy = SDx = 1
•  B = r x (SDy/ SDx)
•  β = r

39
Segment summary
•  Important concepts
–  Regression equation and model
–  Ordinary least squares estimation
–  Unstandardized regression coefficients
–  Standardized regression coefficients

40
END SEGMENT

41
Lecture 7 ~ Segment 3
Assumptions

42
Assumptions
•  Assumptions of linear regression
–  Normal distribution for Y
–  Linear relationship between X and Y
–  Homoscedasticity

43
Assumptions
•  Assumptions of linear regression
–  Reliability of X and Y
–  Validity of X and Y
–  Random and representative sampling

44
Assumptions
•  Assumptions of linear regression
–  Normal distribution for Y
–  Linear relationship between X and Y
–  Homoscedasticity

45
Anscombe’s quartet

46
Anscombe’s quartet
•  Regression equation for all 4 examples:
–  Ŷ = 3.00 + 0.50(X1)

47
Anscombe’s quartet
•  To test assumptions, save residuals
–  Y = B0 + B1X1 + e
–  e = (Y – Ŷ)

48
Anscombe’s quartet
•  Then examine a scatterplot with
–  X on the X-axis
–  Residuals on the Y-axis

49
Anscombe’s quartet

50
Segment summary
•  Assumptions when interpreting r
–  Normal distributions for Y
–  Linear relationship between X and Y
–  Homoscedasticity
–  Examine residuals to evaluate assumptions

51
END SEGMENT

52
END LECTURE 7

53

More Related Content

What's hot

Simple linear regression analysis
Simple linear  regression analysisSimple linear  regression analysis
Simple linear regression analysis
Norma Mingo
 
Regression analysis
Regression analysisRegression analysis
Regression analysis
Ravi shankar
 

What's hot (14)

Regression analysis by Muthama JM
Regression analysis by Muthama JMRegression analysis by Muthama JM
Regression analysis by Muthama JM
 
Regression & correlation
Regression & correlationRegression & correlation
Regression & correlation
 
Simple linear regression and correlation
Simple linear regression and correlationSimple linear regression and correlation
Simple linear regression and correlation
 
Regression analysis
Regression analysisRegression analysis
Regression analysis
 
Simple linear regression analysis
Simple linear  regression analysisSimple linear  regression analysis
Simple linear regression analysis
 
Lesson 4
Lesson 4Lesson 4
Lesson 4
 
Me ppt
Me pptMe ppt
Me ppt
 
Regression Analysis
Regression AnalysisRegression Analysis
Regression Analysis
 
Regression analysis
Regression analysisRegression analysis
Regression analysis
 
Regression (Linear Regression and Logistic Regression) by Akanksha Bali
Regression (Linear Regression and Logistic Regression) by Akanksha BaliRegression (Linear Regression and Logistic Regression) by Akanksha Bali
Regression (Linear Regression and Logistic Regression) by Akanksha Bali
 
Regression
RegressionRegression
Regression
 
Regression analysis
Regression analysisRegression analysis
Regression analysis
 
Arithmetic and geometric mean
Arithmetic and geometric meanArithmetic and geometric mean
Arithmetic and geometric mean
 
Functional Forms of Regression Models | Eonomics
Functional Forms of Regression Models | EonomicsFunctional Forms of Regression Models | Eonomics
Functional Forms of Regression Models | Eonomics
 

Viewers also liked

Intro probability 1
Intro probability 1Intro probability 1
Intro probability 1
Phong Vo
 
Intro probability 3
Intro probability 3Intro probability 3
Intro probability 3
Phong Vo
 
Exploring bivariate data
Exploring bivariate dataExploring bivariate data
Exploring bivariate data
Ulster BOCES
 
Intro probability 4
Intro probability 4Intro probability 4
Intro probability 4
Phong Vo
 
Intro probability 2
Intro probability 2Intro probability 2
Intro probability 2
Phong Vo
 
Sampling distribution concepts
Sampling distribution conceptsSampling distribution concepts
Sampling distribution concepts
umar sheikh
 
Discrete Probability Distributions
Discrete Probability DistributionsDiscrete Probability Distributions
Discrete Probability Distributions
mandalina landy
 
Data analysis powerpoint
Data analysis powerpointData analysis powerpoint
Data analysis powerpoint
Sarah Hallum
 

Viewers also liked (20)

Intro probability 1
Intro probability 1Intro probability 1
Intro probability 1
 
Probability And Random Variable Lecture(Lec8)
Probability And Random Variable Lecture(Lec8)Probability And Random Variable Lecture(Lec8)
Probability And Random Variable Lecture(Lec8)
 
Intro probability 3
Intro probability 3Intro probability 3
Intro probability 3
 
Attractive ppt on Hypothesis by ammara aftab
Attractive ppt on Hypothesis by ammara aftabAttractive ppt on Hypothesis by ammara aftab
Attractive ppt on Hypothesis by ammara aftab
 
Bivariate data
Bivariate dataBivariate data
Bivariate data
 
Exploring bivariate data
Exploring bivariate dataExploring bivariate data
Exploring bivariate data
 
Intro probability 4
Intro probability 4Intro probability 4
Intro probability 4
 
Intro probability 2
Intro probability 2Intro probability 2
Intro probability 2
 
Sampling and Sampling Distributions
Sampling and Sampling DistributionsSampling and Sampling Distributions
Sampling and Sampling Distributions
 
Sampling distribution concepts
Sampling distribution conceptsSampling distribution concepts
Sampling distribution concepts
 
Introduction to hypothesis testing ppt @ bec doms
Introduction to hypothesis testing ppt @ bec domsIntroduction to hypothesis testing ppt @ bec doms
Introduction to hypothesis testing ppt @ bec doms
 
Discrete Probability Distributions
Discrete Probability DistributionsDiscrete Probability Distributions
Discrete Probability Distributions
 
Discrete and continuous probability distributions ppt @ bec doms
Discrete and continuous probability distributions ppt @ bec domsDiscrete and continuous probability distributions ppt @ bec doms
Discrete and continuous probability distributions ppt @ bec doms
 
Sampling distribution
Sampling distributionSampling distribution
Sampling distribution
 
Attribution theory
Attribution theoryAttribution theory
Attribution theory
 
ANOVA II
ANOVA IIANOVA II
ANOVA II
 
Attribution Theory ppt
Attribution Theory pptAttribution Theory ppt
Attribution Theory ppt
 
Multiple Linear Regression II and ANOVA I
Multiple Linear Regression II and ANOVA IMultiple Linear Regression II and ANOVA I
Multiple Linear Regression II and ANOVA I
 
Data analysis powerpoint
Data analysis powerpointData analysis powerpoint
Data analysis powerpoint
 
Multiple linear regression II
Multiple linear regression IIMultiple linear regression II
Multiple linear regression II
 

Similar to Lecture slides stats1.13.l07.air

13 regression analysis quant-tech-regression
13 regression analysis quant-tech-regression13 regression analysis quant-tech-regression
13 regression analysis quant-tech-regression
Pooja Sakhla
 
Regression analysis ppt
Regression analysis pptRegression analysis ppt
Regression analysis ppt
Elkana Rorio
 

Similar to Lecture slides stats1.13.l07.air (20)

forecast.ppt
forecast.pptforecast.ppt
forecast.ppt
 
Regression Analysis.pptx
Regression Analysis.pptxRegression Analysis.pptx
Regression Analysis.pptx
 
Rsh qam11 ch04 ge
Rsh qam11 ch04 geRsh qam11 ch04 ge
Rsh qam11 ch04 ge
 
8 correlation regression
8 correlation regression 8 correlation regression
8 correlation regression
 
13 regression analysis quant-tech-regression
13 regression analysis quant-tech-regression13 regression analysis quant-tech-regression
13 regression analysis quant-tech-regression
 
Business statistics-ii-aarhus-bss
Business statistics-ii-aarhus-bssBusiness statistics-ii-aarhus-bss
Business statistics-ii-aarhus-bss
 
Discrete Choice Model
Discrete Choice ModelDiscrete Choice Model
Discrete Choice Model
 
604_multiplee.ppt
604_multiplee.ppt604_multiplee.ppt
604_multiplee.ppt
 
Bba 3274 qm week 6 part 1 regression models
Bba 3274 qm week 6 part 1 regression modelsBba 3274 qm week 6 part 1 regression models
Bba 3274 qm week 6 part 1 regression models
 
Regression analysis ppt
Regression analysis pptRegression analysis ppt
Regression analysis ppt
 
Six sigma pedagogy
Six sigma pedagogySix sigma pedagogy
Six sigma pedagogy
 
Six sigma
Six sigma Six sigma
Six sigma
 
Spc la
Spc laSpc la
Spc la
 
Chapter 12
Chapter 12Chapter 12
Chapter 12
 
Lesson04
Lesson04Lesson04
Lesson04
 
control charts
control chartscontrol charts
control charts
 
Statistics
StatisticsStatistics
Statistics
 
01_SLR_final (1).pptx
01_SLR_final (1).pptx01_SLR_final (1).pptx
01_SLR_final (1).pptx
 
Machine learning meetup
Machine learning meetupMachine learning meetup
Machine learning meetup
 
Regression analysis
Regression analysisRegression analysis
Regression analysis
 

More from atutor_te

More from atutor_te (20)

Lecture slides stats1.13.l24.air
Lecture slides stats1.13.l24.airLecture slides stats1.13.l24.air
Lecture slides stats1.13.l24.air
 
Lecture slides stats1.13.l22.air
Lecture slides stats1.13.l22.airLecture slides stats1.13.l22.air
Lecture slides stats1.13.l22.air
 
Lecture slides stats1.13.l21.air
Lecture slides stats1.13.l21.airLecture slides stats1.13.l21.air
Lecture slides stats1.13.l21.air
 
Lecture slides stats1.13.l20.air
Lecture slides stats1.13.l20.airLecture slides stats1.13.l20.air
Lecture slides stats1.13.l20.air
 
Lecture slides stats1.13.l19.air
Lecture slides stats1.13.l19.airLecture slides stats1.13.l19.air
Lecture slides stats1.13.l19.air
 
Lecture slides stats1.13.l18.air
Lecture slides stats1.13.l18.airLecture slides stats1.13.l18.air
Lecture slides stats1.13.l18.air
 
Lecture slides stats1.13.l17.air
Lecture slides stats1.13.l17.airLecture slides stats1.13.l17.air
Lecture slides stats1.13.l17.air
 
Lecture slides stats1.13.l16.air
Lecture slides stats1.13.l16.airLecture slides stats1.13.l16.air
Lecture slides stats1.13.l16.air
 
Lecture slides stats1.13.l15.air
Lecture slides stats1.13.l15.airLecture slides stats1.13.l15.air
Lecture slides stats1.13.l15.air
 
Lecture slides stats1.13.l14.air
Lecture slides stats1.13.l14.airLecture slides stats1.13.l14.air
Lecture slides stats1.13.l14.air
 
Lecture slides stats1.13.l13.air
Lecture slides stats1.13.l13.airLecture slides stats1.13.l13.air
Lecture slides stats1.13.l13.air
 
Lecture slides stats1.13.l12.air
Lecture slides stats1.13.l12.airLecture slides stats1.13.l12.air
Lecture slides stats1.13.l12.air
 
Lecture slides stats1.13.l11.air
Lecture slides stats1.13.l11.airLecture slides stats1.13.l11.air
Lecture slides stats1.13.l11.air
 
Lecture slides stats1.13.l10.air
Lecture slides stats1.13.l10.airLecture slides stats1.13.l10.air
Lecture slides stats1.13.l10.air
 
Lecture slides stats1.13.l09.air
Lecture slides stats1.13.l09.airLecture slides stats1.13.l09.air
Lecture slides stats1.13.l09.air
 
Lecture slides stats1.13.l08.air
Lecture slides stats1.13.l08.airLecture slides stats1.13.l08.air
Lecture slides stats1.13.l08.air
 
Lecture slides stats1.13.l06.air
Lecture slides stats1.13.l06.airLecture slides stats1.13.l06.air
Lecture slides stats1.13.l06.air
 
Lecture slides stats1.13.l04.air
Lecture slides stats1.13.l04.airLecture slides stats1.13.l04.air
Lecture slides stats1.13.l04.air
 
Lecture slides stats1.13.l23.air
Lecture slides stats1.13.l23.airLecture slides stats1.13.l23.air
Lecture slides stats1.13.l23.air
 
Lecture slides stats1.13.l03.air
Lecture slides stats1.13.l03.airLecture slides stats1.13.l03.air
Lecture slides stats1.13.l03.air
 

Recently uploaded

Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
kauryashika82
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
heathfieldcps1
 
An Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdfAn Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdf
SanaAli374401
 
Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.
MateoGardella
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
ciinovamais
 

Recently uploaded (20)

Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docx
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
An Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdfAn Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdf
 
Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 

Lecture slides stats1.13.l07.air