SlideShare a Scribd company logo
© aSup-2007
INTRODUCTION TO REGRESSION   
1
CORRELATION
• … is a statistical technique that used to
measure and describe a relationship between
two variables
• Usually the two variables are simply observed
as they exist naturally in environment, there is
no attempt to control or manipulate the
variables
© aSup-2007
INTRODUCTION TO REGRESSION   
2
INTRODUCTION TO
REGRESSION
© aSup-2007
INTRODUCTION TO REGRESSION   
3
PREVIEW
• We noted that one common application of
correlation is for purposes of prediction
• Whenever there is a consistent relationship
between two variables, it is possible to use the
value of one variable to predict the value of
another
• The general statistical process of finding and
using a prediction equation is known as
REGRESSION
© aSup-2007
INTRODUCTION TO REGRESSION   
4
INTRODUCTION
• Our goal in this section is to develop a
procedure that identifies and defines the
straight line that provide the best fit for any
specific set of data
• You should realize that this straight line does
not have to be drawn on a graph; it can be
presented in a simple equation
• Thus, our goal is to find the equation for the
line that best describe s the relation for a set of
X and Y data
© aSup-2007
INTRODUCTION TO REGRESSION   
5
LINEAR EQUATION
• In general, a linear relationship between two
variables X and Y can be expressed by the
equation
Y = bX + a
where a and b are fixed constant
• In general linear equation, the value of b is
called the slope
• The slope determines how much the Y
variable will change when X is increase by one
point
© aSup-2007
INTRODUCTION TO REGRESSION   
6
EXAMPLE
• A local tennis club charges a fee of Rp 20.000
per hour plus an annual membership of fee of
Rp 100.000
• With this information the total cost of playing
tennis can be computed using a linear
equation that describe the relationship
between the total cost (Y) and the number of
hours (X)
Y = 20.000(hour) + 100.00
© aSup-2007
INTRODUCTION TO REGRESSION   
7
H
Total Cost Y
1 2 3 4 5 6 7 8
240
220
200
180
160
140
120
100
0
© aSup-2007
INTRODUCTION TO REGRESSION   
8
THE LEAST-SQUARED ERROR
• To determine how well a line fits the data
points, the first step is to define
mathematically distance between the line and
each data point
• For every X value in the data, the linear
equation will determine a Y value on the line
© aSup-2007
INTRODUCTION TO REGRESSION   
9
IQ
IPK
90 95 100 105 110 115 120 125 130 135
4.00
3.50
3.00
2.50
2.00
1.50
1.00
0.50
0
Data
Point
distance
© aSup-2007
INTRODUCTION TO REGRESSION   
10
THE LEAST-SQUARED ERROR
• To determine how well a line fits the data
points, the fist step is to define mathematically
distance between the line and each data point
• For every X value in the data, the linear
equation will determine a Y value on the line
• This value is the predicted Y an is called Ŷ (‘y
hat’)
• The distance between this predicted value and
the actual Y value in the data is determined by
distance = Y - Ŷ
© aSup-2007
INTRODUCTION TO REGRESSION   
11
THE LEAST-SQUARED ERROR
• Notice that we are simply are measuring the
vertical distance between the actual data point
(Y) and the predicted point on the line
• The distance measure the error between the
line and the actual data
• Because some of these distance will be positive
and some will be negative, the next sep is to
square each distance in order to obtain a
uniformity positive measure of error
total squared error = Σ(Y - Ŷ)2
© aSup-2007
INTRODUCTION TO REGRESSION   
12
IQ
IPK
90 95 100 105 110 115 120 125 130 135
4.00
3.50
3.00
2.50
2.00
1.50
1.00
0.50
0
Data
Point
distance
Ŷ = bX + a
© aSup-2007
INTRODUCTION TO REGRESSION   
13
The EQUATION
Ŷ = bX + a
b =
SP
SSX
a = MY - bMX
© aSup-2007
INTRODUCTION TO REGRESSION   
14
EXAMPLE
X Y X – MX Y – MY (X-MX)(Y-MY) (X-MX)2
7
4
6
3
5
11
3
5
4
7
2
-1
1
-2
0
5
-3
-1
-2
1
10
3
-1
4
0
4
1
1
4
0
b =
SP
SSX
= 1,6 a = MY – bMX = -2Ŷ = 1,6X - 2
© aSup-2007
INTRODUCTION TO REGRESSION   
15
X
Y
1 2 3 4 5 6 7
11
10
9
8
7
6
5
4
3
2
1
0
Ŷ = 1,6X - 2
© aSup-2007
INTRODUCTION TO REGRESSION   
16
TWO CAUTIONS SHOULD BE CONSIDERED
• The predicted value is not perfect (unless r =
+1.00 or -1.00)
it should be clear that the data points do not fit
perfectly on the line
• The regression equation should not be used to
make prediction for X values that fall outside
the range values covered by the original data
© aSup-2007
INTRODUCTION TO REGRESSION   
17
MULTIPLE REGRESSION WITH SOME
PREDICTOR VARIABLES
Ŷ = b1X1 + b2X2 + b3X3 + … + a
© aSup-2007
INTRODUCTION TO REGRESSION   
Dasar Pemikiran
• Dalam pengukuran psikologis, kita hanya dapat
memperkirakan besarnya atribut yang hendak diukur.
• Dua kali pengukuran dalam atribut yang sama pada
subyek A bisa memberikan hasil yang berbeda 
berapa skor A yang sesungguhnya dalam atribut ini?
• Dengan demikian, sebuah hasil pengukuran (skor A)
tidak dapat memberikan gambaran yang
sesungguhnya /akurat dari atribut tertentu pada A
(Spearman).
• Dengan kata lain, setiap pengukuran akan selalu
mengandung “error” yang disebut sebagai error of
measurement.
18
© aSup-2007
INTRODUCTION TO REGRESSION   
19
STANDARD ERROR OF MEASUREMENT
• Koefisien reliabilitas menunjukkan konsistensi
antara beberapa hasil pengukuran pada
subjek yang sama.
• Bahwa setiap pengukuran berharap dapat
mengetahui true score seseorang.
• Bagaimana memperkirakan true score
seseorang?
© aSup-2007
INTRODUCTION TO REGRESSION   
20
STANDARD ERROR OF MEASUREMENT
• Bila subyek dites berulang kali (n kali) dengan
tes yang sama, maka distribusi skor tes akan
menyebar menurut kurva normal.
• Mean dari distribusi skor tes adalah estimated
true score.
• Standard deviation dari penyebaran skor tes
disebut standard error of measurement.
© aSup-2007
INTRODUCTION TO REGRESSION   
21
STANDARD ERROR OF MEASUREMENT
SE= standard error of measurement (SEM)
SX= standar deviasi obtained score
rXX= koefisien reliabilitas
Besarnya SEM menunjukkan indeks rata-rata
jumlah error dalam skor tes tersebut.
xxXE rSS −= 1
© aSup-2007
INTRODUCTION TO REGRESSION   
22
STANDARD ERROR OF MEASUREMENT
• Diasumsikan bahwa random error of
measurement berdistribusi secara normal.
• Dengan tingkat kepercayaan tertentu, rentang
true score seseorang dapat diperkirakan dari
nilai SEM.
• Tingkat kepercayaan 68% (LOC 68%):
 True Score = X ± 1 SEM
• Tingkat kepercayaan 95% (LOC 95%):
 True Score = X ± 1,96 SEM
© aSup-2007
INTRODUCTION TO REGRESSION   
23
MEMAKNAI SKOR TES
• Informasi mengenai koefisien reliabilitas
penting jika kita ingin mengetahui kualitas tes,
tapi jika ingin memaknai skor individu maka
perlu mengetahui SEM.
• Info bahwa koefisien reliabilitas tes PQN =
0,64 tidak dapat membantu menafsirkan hasil
tes yang diperoleh Nina (skor 45) dan Nani
(skornya 54).
© aSup-2007
INTRODUCTION TO REGRESSION   
24
MEMAKNAI SKOR TES
• Di lain pihak info bahwa SEM = 6 (didapat bila SX
= 10) maka kita dapat menyimpulkan hal-hal
berikut:
1. Ada 68,26% kemungkinan skor Nina (X = 45)
berkisar antara 39 – 51 dan ada 99%
kemungkinan kisarannya 45 ± 2,58 x 6.
2. Ada 68,26% kemungkinan skor Nani (X = 54) ada
diantara 48 – 60 dan ada 99% kemungkinan
kisarannya 54 ± 2,58 x 6
 Jadi masih ada kemungkinan bahwa tidak ada
beda antara Nani dan Nina.
© aSup-2007
INTRODUCTION TO REGRESSION   
25
MEMAKNAI SKOR TES (dengan 1 SEM)
45
Nina
54
Nani
5139 6048
X

More Related Content

What's hot

Regression analysis
Regression analysisRegression analysis
Regression analysis
Teachers Mitraa
 
Analysis of variance
Analysis of varianceAnalysis of variance
Analysis of variance
Dr NEETHU ASOKAN
 
Normal distribution
Normal distribution Normal distribution
Normal distribution
NoorulainRazzaq
 
Multiple Regression Analysis (MRA)
Multiple Regression Analysis (MRA)Multiple Regression Analysis (MRA)
Multiple Regression Analysis (MRA)
Naveen Kumar Medapalli
 
Normal distribution
Normal distributionNormal distribution
Normal distribution
CamilleJoy3
 
P G STAT 531 Lecture 10 Regression
P G STAT 531 Lecture 10 RegressionP G STAT 531 Lecture 10 Regression
P G STAT 531 Lecture 10 Regression
Aashish Patel
 
Regression analysis ppt
Regression analysis pptRegression analysis ppt
Regression analysis pptElkana Rorio
 
Multiple regression presentation
Multiple regression presentationMultiple regression presentation
Multiple regression presentationCarlo Magno
 
Descriptive statistics
Descriptive statisticsDescriptive statistics
Descriptive statisticsAileen Balbido
 
Regression
RegressionRegression
Regression Analysis presentation by Al Arizmendez and Cathryn Lottier
Regression Analysis presentation by Al Arizmendez and Cathryn LottierRegression Analysis presentation by Al Arizmendez and Cathryn Lottier
Regression Analysis presentation by Al Arizmendez and Cathryn Lottier
Al Arizmendez
 
Correlation and Regression
Correlation and Regression Correlation and Regression
Correlation and Regression
Dr. Tushar J Bhatt
 
Simple linear regression
Simple linear regressionSimple linear regression
Simple linear regression
Avjinder (Avi) Kaler
 
Regression analysis
Regression analysisRegression analysis
Regression analysissaba khan
 
Regression Analysis
Regression AnalysisRegression Analysis
Regression Analysis
Birinder Singh Gulati
 
Correlation & Regression Analysis using SPSS
Correlation & Regression Analysis  using SPSSCorrelation & Regression Analysis  using SPSS
Correlation & Regression Analysis using SPSS
Parag Shah
 
Statistical analysis for large sample
Statistical analysis for large sampleStatistical analysis for large sample
Statistical analysis for large sample
Navya Kini
 
Probability Distributions
Probability DistributionsProbability Distributions
Probability Distributions
CIToolkit
 
Writing up your results – apa style guidelines
Writing up your results – apa style guidelinesWriting up your results – apa style guidelines
Writing up your results – apa style guidelinesMarialena Kostouli
 

What's hot (20)

Regression analysis
Regression analysisRegression analysis
Regression analysis
 
Analysis of variance
Analysis of varianceAnalysis of variance
Analysis of variance
 
Normal distribution
Normal distribution Normal distribution
Normal distribution
 
Multiple Regression Analysis (MRA)
Multiple Regression Analysis (MRA)Multiple Regression Analysis (MRA)
Multiple Regression Analysis (MRA)
 
Normal distribution
Normal distributionNormal distribution
Normal distribution
 
P G STAT 531 Lecture 10 Regression
P G STAT 531 Lecture 10 RegressionP G STAT 531 Lecture 10 Regression
P G STAT 531 Lecture 10 Regression
 
Regression analysis ppt
Regression analysis pptRegression analysis ppt
Regression analysis ppt
 
Multiple regression presentation
Multiple regression presentationMultiple regression presentation
Multiple regression presentation
 
Descriptive statistics
Descriptive statisticsDescriptive statistics
Descriptive statistics
 
Regression
RegressionRegression
Regression
 
Regression Analysis presentation by Al Arizmendez and Cathryn Lottier
Regression Analysis presentation by Al Arizmendez and Cathryn LottierRegression Analysis presentation by Al Arizmendez and Cathryn Lottier
Regression Analysis presentation by Al Arizmendez and Cathryn Lottier
 
Correlation and Regression
Correlation and Regression Correlation and Regression
Correlation and Regression
 
Simple linear regression
Simple linear regressionSimple linear regression
Simple linear regression
 
Regression analysis
Regression analysisRegression analysis
Regression analysis
 
Regression Analysis
Regression AnalysisRegression Analysis
Regression Analysis
 
Multivariate analysis
Multivariate analysisMultivariate analysis
Multivariate analysis
 
Correlation & Regression Analysis using SPSS
Correlation & Regression Analysis  using SPSSCorrelation & Regression Analysis  using SPSS
Correlation & Regression Analysis using SPSS
 
Statistical analysis for large sample
Statistical analysis for large sampleStatistical analysis for large sample
Statistical analysis for large sample
 
Probability Distributions
Probability DistributionsProbability Distributions
Probability Distributions
 
Writing up your results – apa style guidelines
Writing up your results – apa style guidelinesWriting up your results – apa style guidelines
Writing up your results – apa style guidelines
 

Viewers also liked

Inference about means and mean differences
Inference about means and mean differencesInference about means and mean differences
Inference about means and mean differences
Andi Koentary
 
Distribution of sampling means
Distribution of sampling meansDistribution of sampling means
Distribution of sampling means
Andi Koentary
 
Statistical techniques for ordinal data
Statistical techniques for ordinal dataStatistical techniques for ordinal data
Statistical techniques for ordinal data
Andi Koentary
 
Chi square
Chi squareChi square
Chi square
Andi Koentary
 
Central tendency
Central tendencyCentral tendency
Central tendency
Andi Koentary
 
Introduction to statistics
Introduction to statisticsIntroduction to statistics
Introduction to statistics
Andi Koentary
 

Viewers also liked (6)

Inference about means and mean differences
Inference about means and mean differencesInference about means and mean differences
Inference about means and mean differences
 
Distribution of sampling means
Distribution of sampling meansDistribution of sampling means
Distribution of sampling means
 
Statistical techniques for ordinal data
Statistical techniques for ordinal dataStatistical techniques for ordinal data
Statistical techniques for ordinal data
 
Chi square
Chi squareChi square
Chi square
 
Central tendency
Central tendencyCentral tendency
Central tendency
 
Introduction to statistics
Introduction to statisticsIntroduction to statistics
Introduction to statistics
 

Similar to Regression

Simple & Multiple Regression Analysis
Simple & Multiple Regression AnalysisSimple & Multiple Regression Analysis
Simple & Multiple Regression Analysis
Shailendra Tomar
 
Correlation and regression
Correlation and regressionCorrelation and regression
Correlation and regression
Abdelaziz Tayoun
 
Simple Linear Regression.pptx
Simple Linear Regression.pptxSimple Linear Regression.pptx
Simple Linear Regression.pptx
AbdalrahmanTahaJaya
 
regression
regressionregression
Simple egression.pptx
Simple egression.pptxSimple egression.pptx
Simple egression.pptx
AbdalrahmanTahaJaya
 
슬로우캠퍼스: scikit-learn & 머신러닝 (강박사)
슬로우캠퍼스:  scikit-learn & 머신러닝 (강박사)슬로우캠퍼스:  scikit-learn & 머신러닝 (강박사)
슬로우캠퍼스: scikit-learn & 머신러닝 (강박사)
마이캠퍼스
 
Regression analysis on SPSS
Regression analysis on SPSSRegression analysis on SPSS
Regression analysis on SPSS
AntimDevMishraMTechE
 
What is Isotonic Regression and How Can a Business Utilize it to Analyze Data?
What is Isotonic Regression and How Can a Business Utilize it to Analyze Data?What is Isotonic Regression and How Can a Business Utilize it to Analyze Data?
What is Isotonic Regression and How Can a Business Utilize it to Analyze Data?
Smarten Augmented Analytics
 
Lecture0701.pptx by statistics by Mohammed anwar
Lecture0701.pptx by statistics by Mohammed anwarLecture0701.pptx by statistics by Mohammed anwar
Lecture0701.pptx by statistics by Mohammed anwar
mahirasadman
 
Unit-III Correlation and Regression.pptx
Unit-III Correlation and Regression.pptxUnit-III Correlation and Regression.pptx
Unit-III Correlation and Regression.pptx
Anusuya123
 
statics in research
statics in researchstatics in research
statics in research
chauhan keyursinh
 
Linear regression by Kodebay
Linear regression by KodebayLinear regression by Kodebay
Linear regression by Kodebay
Kodebay
 
Stepwise Selection Choosing the Optimal Model .ppt
Stepwise Selection  Choosing the Optimal Model .pptStepwise Selection  Choosing the Optimal Model .ppt
Stepwise Selection Choosing the Optimal Model .ppt
neelamsanjeevkumar
 
BRM-lecture-11.ppt
BRM-lecture-11.pptBRM-lecture-11.ppt
BRM-lecture-11.ppt
MohammadAshfaq32
 
Regression analysis
Regression analysisRegression analysis
Regression analysis
Awais Salman
 
Multiple linear regression
Multiple linear regressionMultiple linear regression
Multiple linear regression
Avjinder (Avi) Kaler
 
Multivariate Linear Regression.ppt
Multivariate Linear Regression.pptMultivariate Linear Regression.ppt
Multivariate Linear Regression.ppt
TanyaWadhwani4
 
introduction to measurements.pptx
introduction to measurements.pptxintroduction to measurements.pptx
introduction to measurements.pptx
Mahamad Jawhar
 
Regression analysis
Regression analysisRegression analysis
Regression analysis
Srikant001p
 

Similar to Regression (20)

Simple & Multiple Regression Analysis
Simple & Multiple Regression AnalysisSimple & Multiple Regression Analysis
Simple & Multiple Regression Analysis
 
Correlation and regression
Correlation and regressionCorrelation and regression
Correlation and regression
 
Simple Linear Regression.pptx
Simple Linear Regression.pptxSimple Linear Regression.pptx
Simple Linear Regression.pptx
 
regression
regressionregression
regression
 
Simple egression.pptx
Simple egression.pptxSimple egression.pptx
Simple egression.pptx
 
슬로우캠퍼스: scikit-learn & 머신러닝 (강박사)
슬로우캠퍼스:  scikit-learn & 머신러닝 (강박사)슬로우캠퍼스:  scikit-learn & 머신러닝 (강박사)
슬로우캠퍼스: scikit-learn & 머신러닝 (강박사)
 
Regression analysis on SPSS
Regression analysis on SPSSRegression analysis on SPSS
Regression analysis on SPSS
 
What is Isotonic Regression and How Can a Business Utilize it to Analyze Data?
What is Isotonic Regression and How Can a Business Utilize it to Analyze Data?What is Isotonic Regression and How Can a Business Utilize it to Analyze Data?
What is Isotonic Regression and How Can a Business Utilize it to Analyze Data?
 
Lecture0701.pptx by statistics by Mohammed anwar
Lecture0701.pptx by statistics by Mohammed anwarLecture0701.pptx by statistics by Mohammed anwar
Lecture0701.pptx by statistics by Mohammed anwar
 
Unit-III Correlation and Regression.pptx
Unit-III Correlation and Regression.pptxUnit-III Correlation and Regression.pptx
Unit-III Correlation and Regression.pptx
 
statics in research
statics in researchstatics in research
statics in research
 
Linear regression by Kodebay
Linear regression by KodebayLinear regression by Kodebay
Linear regression by Kodebay
 
Stepwise Selection Choosing the Optimal Model .ppt
Stepwise Selection  Choosing the Optimal Model .pptStepwise Selection  Choosing the Optimal Model .ppt
Stepwise Selection Choosing the Optimal Model .ppt
 
BRM-lecture-11.ppt
BRM-lecture-11.pptBRM-lecture-11.ppt
BRM-lecture-11.ppt
 
Regression analysis
Regression analysisRegression analysis
Regression analysis
 
Multiple linear regression
Multiple linear regressionMultiple linear regression
Multiple linear regression
 
Chapter 14 Part I
Chapter 14 Part IChapter 14 Part I
Chapter 14 Part I
 
Multivariate Linear Regression.ppt
Multivariate Linear Regression.pptMultivariate Linear Regression.ppt
Multivariate Linear Regression.ppt
 
introduction to measurements.pptx
introduction to measurements.pptxintroduction to measurements.pptx
introduction to measurements.pptx
 
Regression analysis
Regression analysisRegression analysis
Regression analysis
 

Recently uploaded

Best best suvichar in gujarati english meaning of this sentence as Silk road ...
Best best suvichar in gujarati english meaning of this sentence as Silk road ...Best best suvichar in gujarati english meaning of this sentence as Silk road ...
Best best suvichar in gujarati english meaning of this sentence as Silk road ...
AbhimanyuSinha9
 
FP Growth Algorithm and its Applications
FP Growth Algorithm and its ApplicationsFP Growth Algorithm and its Applications
FP Growth Algorithm and its Applications
MaleehaSheikh2
 
Criminal IP - Threat Hunting Webinar.pdf
Criminal IP - Threat Hunting Webinar.pdfCriminal IP - Threat Hunting Webinar.pdf
Criminal IP - Threat Hunting Webinar.pdf
Criminal IP
 
一比一原版(Deakin毕业证书)迪肯大学毕业证如何办理
一比一原版(Deakin毕业证书)迪肯大学毕业证如何办理一比一原版(Deakin毕业证书)迪肯大学毕业证如何办理
一比一原版(Deakin毕业证书)迪肯大学毕业证如何办理
oz8q3jxlp
 
Empowering Data Analytics Ecosystem.pptx
Empowering Data Analytics Ecosystem.pptxEmpowering Data Analytics Ecosystem.pptx
Empowering Data Analytics Ecosystem.pptx
benishzehra469
 
一比一原版(UofS毕业证书)萨省大学毕业证如何办理
一比一原版(UofS毕业证书)萨省大学毕业证如何办理一比一原版(UofS毕业证书)萨省大学毕业证如何办理
一比一原版(UofS毕业证书)萨省大学毕业证如何办理
v3tuleee
 
1.Seydhcuxhxyxhccuuxuxyxyxmisolids 2019.pptx
1.Seydhcuxhxyxhccuuxuxyxyxmisolids 2019.pptx1.Seydhcuxhxyxhccuuxuxyxyxmisolids 2019.pptx
1.Seydhcuxhxyxhccuuxuxyxyxmisolids 2019.pptx
Tiktokethiodaily
 
SOCRadar Germany 2024 Threat Landscape Report
SOCRadar Germany 2024 Threat Landscape ReportSOCRadar Germany 2024 Threat Landscape Report
SOCRadar Germany 2024 Threat Landscape Report
SOCRadar
 
Chatty Kathy - UNC Bootcamp Final Project Presentation - Final Version - 5.23...
Chatty Kathy - UNC Bootcamp Final Project Presentation - Final Version - 5.23...Chatty Kathy - UNC Bootcamp Final Project Presentation - Final Version - 5.23...
Chatty Kathy - UNC Bootcamp Final Project Presentation - Final Version - 5.23...
John Andrews
 
一比一原版(CU毕业证)卡尔顿大学毕业证成绩单
一比一原版(CU毕业证)卡尔顿大学毕业证成绩单一比一原版(CU毕业证)卡尔顿大学毕业证成绩单
一比一原版(CU毕业证)卡尔顿大学毕业证成绩单
yhkoc
 
一比一原版(Bradford毕业证书)布拉德福德大学毕业证如何办理
一比一原版(Bradford毕业证书)布拉德福德大学毕业证如何办理一比一原版(Bradford毕业证书)布拉德福德大学毕业证如何办理
一比一原版(Bradford毕业证书)布拉德福德大学毕业证如何办理
mbawufebxi
 
一比一原版(UniSA毕业证书)南澳大学毕业证如何办理
一比一原版(UniSA毕业证书)南澳大学毕业证如何办理一比一原版(UniSA毕业证书)南澳大学毕业证如何办理
一比一原版(UniSA毕业证书)南澳大学毕业证如何办理
slg6lamcq
 
原版制作(Deakin毕业证书)迪肯大学毕业证学位证一模一样
原版制作(Deakin毕业证书)迪肯大学毕业证学位证一模一样原版制作(Deakin毕业证书)迪肯大学毕业证学位证一模一样
原版制作(Deakin毕业证书)迪肯大学毕业证学位证一模一样
u86oixdj
 
Q1’2024 Update: MYCI’s Leap Year Rebound
Q1’2024 Update: MYCI’s Leap Year ReboundQ1’2024 Update: MYCI’s Leap Year Rebound
Q1’2024 Update: MYCI’s Leap Year Rebound
Oppotus
 
Ch03-Managing the Object-Oriented Information Systems Project a.pdf
Ch03-Managing the Object-Oriented Information Systems Project a.pdfCh03-Managing the Object-Oriented Information Systems Project a.pdf
Ch03-Managing the Object-Oriented Information Systems Project a.pdf
haila53
 
一比一原版(UofM毕业证)明尼苏达大学毕业证成绩单
一比一原版(UofM毕业证)明尼苏达大学毕业证成绩单一比一原版(UofM毕业证)明尼苏达大学毕业证成绩单
一比一原版(UofM毕业证)明尼苏达大学毕业证成绩单
ewymefz
 
Algorithmic optimizations for Dynamic Levelwise PageRank (from STICD) : SHORT...
Algorithmic optimizations for Dynamic Levelwise PageRank (from STICD) : SHORT...Algorithmic optimizations for Dynamic Levelwise PageRank (from STICD) : SHORT...
Algorithmic optimizations for Dynamic Levelwise PageRank (from STICD) : SHORT...
Subhajit Sahu
 
一比一原版(CBU毕业证)不列颠海角大学毕业证成绩单
一比一原版(CBU毕业证)不列颠海角大学毕业证成绩单一比一原版(CBU毕业证)不列颠海角大学毕业证成绩单
一比一原版(CBU毕业证)不列颠海角大学毕业证成绩单
nscud
 
The affect of service quality and online reviews on customer loyalty in the E...
The affect of service quality and online reviews on customer loyalty in the E...The affect of service quality and online reviews on customer loyalty in the E...
The affect of service quality and online reviews on customer loyalty in the E...
jerlynmaetalle
 
Predicting Product Ad Campaign Performance: A Data Analysis Project Presentation
Predicting Product Ad Campaign Performance: A Data Analysis Project PresentationPredicting Product Ad Campaign Performance: A Data Analysis Project Presentation
Predicting Product Ad Campaign Performance: A Data Analysis Project Presentation
Boston Institute of Analytics
 

Recently uploaded (20)

Best best suvichar in gujarati english meaning of this sentence as Silk road ...
Best best suvichar in gujarati english meaning of this sentence as Silk road ...Best best suvichar in gujarati english meaning of this sentence as Silk road ...
Best best suvichar in gujarati english meaning of this sentence as Silk road ...
 
FP Growth Algorithm and its Applications
FP Growth Algorithm and its ApplicationsFP Growth Algorithm and its Applications
FP Growth Algorithm and its Applications
 
Criminal IP - Threat Hunting Webinar.pdf
Criminal IP - Threat Hunting Webinar.pdfCriminal IP - Threat Hunting Webinar.pdf
Criminal IP - Threat Hunting Webinar.pdf
 
一比一原版(Deakin毕业证书)迪肯大学毕业证如何办理
一比一原版(Deakin毕业证书)迪肯大学毕业证如何办理一比一原版(Deakin毕业证书)迪肯大学毕业证如何办理
一比一原版(Deakin毕业证书)迪肯大学毕业证如何办理
 
Empowering Data Analytics Ecosystem.pptx
Empowering Data Analytics Ecosystem.pptxEmpowering Data Analytics Ecosystem.pptx
Empowering Data Analytics Ecosystem.pptx
 
一比一原版(UofS毕业证书)萨省大学毕业证如何办理
一比一原版(UofS毕业证书)萨省大学毕业证如何办理一比一原版(UofS毕业证书)萨省大学毕业证如何办理
一比一原版(UofS毕业证书)萨省大学毕业证如何办理
 
1.Seydhcuxhxyxhccuuxuxyxyxmisolids 2019.pptx
1.Seydhcuxhxyxhccuuxuxyxyxmisolids 2019.pptx1.Seydhcuxhxyxhccuuxuxyxyxmisolids 2019.pptx
1.Seydhcuxhxyxhccuuxuxyxyxmisolids 2019.pptx
 
SOCRadar Germany 2024 Threat Landscape Report
SOCRadar Germany 2024 Threat Landscape ReportSOCRadar Germany 2024 Threat Landscape Report
SOCRadar Germany 2024 Threat Landscape Report
 
Chatty Kathy - UNC Bootcamp Final Project Presentation - Final Version - 5.23...
Chatty Kathy - UNC Bootcamp Final Project Presentation - Final Version - 5.23...Chatty Kathy - UNC Bootcamp Final Project Presentation - Final Version - 5.23...
Chatty Kathy - UNC Bootcamp Final Project Presentation - Final Version - 5.23...
 
一比一原版(CU毕业证)卡尔顿大学毕业证成绩单
一比一原版(CU毕业证)卡尔顿大学毕业证成绩单一比一原版(CU毕业证)卡尔顿大学毕业证成绩单
一比一原版(CU毕业证)卡尔顿大学毕业证成绩单
 
一比一原版(Bradford毕业证书)布拉德福德大学毕业证如何办理
一比一原版(Bradford毕业证书)布拉德福德大学毕业证如何办理一比一原版(Bradford毕业证书)布拉德福德大学毕业证如何办理
一比一原版(Bradford毕业证书)布拉德福德大学毕业证如何办理
 
一比一原版(UniSA毕业证书)南澳大学毕业证如何办理
一比一原版(UniSA毕业证书)南澳大学毕业证如何办理一比一原版(UniSA毕业证书)南澳大学毕业证如何办理
一比一原版(UniSA毕业证书)南澳大学毕业证如何办理
 
原版制作(Deakin毕业证书)迪肯大学毕业证学位证一模一样
原版制作(Deakin毕业证书)迪肯大学毕业证学位证一模一样原版制作(Deakin毕业证书)迪肯大学毕业证学位证一模一样
原版制作(Deakin毕业证书)迪肯大学毕业证学位证一模一样
 
Q1’2024 Update: MYCI’s Leap Year Rebound
Q1’2024 Update: MYCI’s Leap Year ReboundQ1’2024 Update: MYCI’s Leap Year Rebound
Q1’2024 Update: MYCI’s Leap Year Rebound
 
Ch03-Managing the Object-Oriented Information Systems Project a.pdf
Ch03-Managing the Object-Oriented Information Systems Project a.pdfCh03-Managing the Object-Oriented Information Systems Project a.pdf
Ch03-Managing the Object-Oriented Information Systems Project a.pdf
 
一比一原版(UofM毕业证)明尼苏达大学毕业证成绩单
一比一原版(UofM毕业证)明尼苏达大学毕业证成绩单一比一原版(UofM毕业证)明尼苏达大学毕业证成绩单
一比一原版(UofM毕业证)明尼苏达大学毕业证成绩单
 
Algorithmic optimizations for Dynamic Levelwise PageRank (from STICD) : SHORT...
Algorithmic optimizations for Dynamic Levelwise PageRank (from STICD) : SHORT...Algorithmic optimizations for Dynamic Levelwise PageRank (from STICD) : SHORT...
Algorithmic optimizations for Dynamic Levelwise PageRank (from STICD) : SHORT...
 
一比一原版(CBU毕业证)不列颠海角大学毕业证成绩单
一比一原版(CBU毕业证)不列颠海角大学毕业证成绩单一比一原版(CBU毕业证)不列颠海角大学毕业证成绩单
一比一原版(CBU毕业证)不列颠海角大学毕业证成绩单
 
The affect of service quality and online reviews on customer loyalty in the E...
The affect of service quality and online reviews on customer loyalty in the E...The affect of service quality and online reviews on customer loyalty in the E...
The affect of service quality and online reviews on customer loyalty in the E...
 
Predicting Product Ad Campaign Performance: A Data Analysis Project Presentation
Predicting Product Ad Campaign Performance: A Data Analysis Project PresentationPredicting Product Ad Campaign Performance: A Data Analysis Project Presentation
Predicting Product Ad Campaign Performance: A Data Analysis Project Presentation
 

Regression

  • 1. © aSup-2007 INTRODUCTION TO REGRESSION    1 CORRELATION • … is a statistical technique that used to measure and describe a relationship between two variables • Usually the two variables are simply observed as they exist naturally in environment, there is no attempt to control or manipulate the variables
  • 2. © aSup-2007 INTRODUCTION TO REGRESSION    2 INTRODUCTION TO REGRESSION
  • 3. © aSup-2007 INTRODUCTION TO REGRESSION    3 PREVIEW • We noted that one common application of correlation is for purposes of prediction • Whenever there is a consistent relationship between two variables, it is possible to use the value of one variable to predict the value of another • The general statistical process of finding and using a prediction equation is known as REGRESSION
  • 4. © aSup-2007 INTRODUCTION TO REGRESSION    4 INTRODUCTION • Our goal in this section is to develop a procedure that identifies and defines the straight line that provide the best fit for any specific set of data • You should realize that this straight line does not have to be drawn on a graph; it can be presented in a simple equation • Thus, our goal is to find the equation for the line that best describe s the relation for a set of X and Y data
  • 5. © aSup-2007 INTRODUCTION TO REGRESSION    5 LINEAR EQUATION • In general, a linear relationship between two variables X and Y can be expressed by the equation Y = bX + a where a and b are fixed constant • In general linear equation, the value of b is called the slope • The slope determines how much the Y variable will change when X is increase by one point
  • 6. © aSup-2007 INTRODUCTION TO REGRESSION    6 EXAMPLE • A local tennis club charges a fee of Rp 20.000 per hour plus an annual membership of fee of Rp 100.000 • With this information the total cost of playing tennis can be computed using a linear equation that describe the relationship between the total cost (Y) and the number of hours (X) Y = 20.000(hour) + 100.00
  • 7. © aSup-2007 INTRODUCTION TO REGRESSION    7 H Total Cost Y 1 2 3 4 5 6 7 8 240 220 200 180 160 140 120 100 0
  • 8. © aSup-2007 INTRODUCTION TO REGRESSION    8 THE LEAST-SQUARED ERROR • To determine how well a line fits the data points, the first step is to define mathematically distance between the line and each data point • For every X value in the data, the linear equation will determine a Y value on the line
  • 9. © aSup-2007 INTRODUCTION TO REGRESSION    9 IQ IPK 90 95 100 105 110 115 120 125 130 135 4.00 3.50 3.00 2.50 2.00 1.50 1.00 0.50 0 Data Point distance
  • 10. © aSup-2007 INTRODUCTION TO REGRESSION    10 THE LEAST-SQUARED ERROR • To determine how well a line fits the data points, the fist step is to define mathematically distance between the line and each data point • For every X value in the data, the linear equation will determine a Y value on the line • This value is the predicted Y an is called Ŷ (‘y hat’) • The distance between this predicted value and the actual Y value in the data is determined by distance = Y - Ŷ
  • 11. © aSup-2007 INTRODUCTION TO REGRESSION    11 THE LEAST-SQUARED ERROR • Notice that we are simply are measuring the vertical distance between the actual data point (Y) and the predicted point on the line • The distance measure the error between the line and the actual data • Because some of these distance will be positive and some will be negative, the next sep is to square each distance in order to obtain a uniformity positive measure of error total squared error = Σ(Y - Ŷ)2
  • 12. © aSup-2007 INTRODUCTION TO REGRESSION    12 IQ IPK 90 95 100 105 110 115 120 125 130 135 4.00 3.50 3.00 2.50 2.00 1.50 1.00 0.50 0 Data Point distance Ŷ = bX + a
  • 13. © aSup-2007 INTRODUCTION TO REGRESSION    13 The EQUATION Ŷ = bX + a b = SP SSX a = MY - bMX
  • 14. © aSup-2007 INTRODUCTION TO REGRESSION    14 EXAMPLE X Y X – MX Y – MY (X-MX)(Y-MY) (X-MX)2 7 4 6 3 5 11 3 5 4 7 2 -1 1 -2 0 5 -3 -1 -2 1 10 3 -1 4 0 4 1 1 4 0 b = SP SSX = 1,6 a = MY – bMX = -2Ŷ = 1,6X - 2
  • 15. © aSup-2007 INTRODUCTION TO REGRESSION    15 X Y 1 2 3 4 5 6 7 11 10 9 8 7 6 5 4 3 2 1 0 Ŷ = 1,6X - 2
  • 16. © aSup-2007 INTRODUCTION TO REGRESSION    16 TWO CAUTIONS SHOULD BE CONSIDERED • The predicted value is not perfect (unless r = +1.00 or -1.00) it should be clear that the data points do not fit perfectly on the line • The regression equation should not be used to make prediction for X values that fall outside the range values covered by the original data
  • 17. © aSup-2007 INTRODUCTION TO REGRESSION    17 MULTIPLE REGRESSION WITH SOME PREDICTOR VARIABLES Ŷ = b1X1 + b2X2 + b3X3 + … + a
  • 18. © aSup-2007 INTRODUCTION TO REGRESSION    Dasar Pemikiran • Dalam pengukuran psikologis, kita hanya dapat memperkirakan besarnya atribut yang hendak diukur. • Dua kali pengukuran dalam atribut yang sama pada subyek A bisa memberikan hasil yang berbeda  berapa skor A yang sesungguhnya dalam atribut ini? • Dengan demikian, sebuah hasil pengukuran (skor A) tidak dapat memberikan gambaran yang sesungguhnya /akurat dari atribut tertentu pada A (Spearman). • Dengan kata lain, setiap pengukuran akan selalu mengandung “error” yang disebut sebagai error of measurement. 18
  • 19. © aSup-2007 INTRODUCTION TO REGRESSION    19 STANDARD ERROR OF MEASUREMENT • Koefisien reliabilitas menunjukkan konsistensi antara beberapa hasil pengukuran pada subjek yang sama. • Bahwa setiap pengukuran berharap dapat mengetahui true score seseorang. • Bagaimana memperkirakan true score seseorang?
  • 20. © aSup-2007 INTRODUCTION TO REGRESSION    20 STANDARD ERROR OF MEASUREMENT • Bila subyek dites berulang kali (n kali) dengan tes yang sama, maka distribusi skor tes akan menyebar menurut kurva normal. • Mean dari distribusi skor tes adalah estimated true score. • Standard deviation dari penyebaran skor tes disebut standard error of measurement.
  • 21. © aSup-2007 INTRODUCTION TO REGRESSION    21 STANDARD ERROR OF MEASUREMENT SE= standard error of measurement (SEM) SX= standar deviasi obtained score rXX= koefisien reliabilitas Besarnya SEM menunjukkan indeks rata-rata jumlah error dalam skor tes tersebut. xxXE rSS −= 1
  • 22. © aSup-2007 INTRODUCTION TO REGRESSION    22 STANDARD ERROR OF MEASUREMENT • Diasumsikan bahwa random error of measurement berdistribusi secara normal. • Dengan tingkat kepercayaan tertentu, rentang true score seseorang dapat diperkirakan dari nilai SEM. • Tingkat kepercayaan 68% (LOC 68%):  True Score = X ± 1 SEM • Tingkat kepercayaan 95% (LOC 95%):  True Score = X ± 1,96 SEM
  • 23. © aSup-2007 INTRODUCTION TO REGRESSION    23 MEMAKNAI SKOR TES • Informasi mengenai koefisien reliabilitas penting jika kita ingin mengetahui kualitas tes, tapi jika ingin memaknai skor individu maka perlu mengetahui SEM. • Info bahwa koefisien reliabilitas tes PQN = 0,64 tidak dapat membantu menafsirkan hasil tes yang diperoleh Nina (skor 45) dan Nani (skornya 54).
  • 24. © aSup-2007 INTRODUCTION TO REGRESSION    24 MEMAKNAI SKOR TES • Di lain pihak info bahwa SEM = 6 (didapat bila SX = 10) maka kita dapat menyimpulkan hal-hal berikut: 1. Ada 68,26% kemungkinan skor Nina (X = 45) berkisar antara 39 – 51 dan ada 99% kemungkinan kisarannya 45 ± 2,58 x 6. 2. Ada 68,26% kemungkinan skor Nani (X = 54) ada diantara 48 – 60 dan ada 99% kemungkinan kisarannya 54 ± 2,58 x 6  Jadi masih ada kemungkinan bahwa tidak ada beda antara Nani dan Nina.
  • 25. © aSup-2007 INTRODUCTION TO REGRESSION    25 MEMAKNAI SKOR TES (dengan 1 SEM) 45 Nina 54 Nani 5139 6048 X