SlideShare a Scribd company logo
1 of 3
Download to read offline
International Journal of Trend in Scientific Research and Development (IJTSRD)
Volume 3 Issue 5, August 2019 Available Online: www.ijtsrd.com e-ISSN: 2456 – 6470
@ IJTSRD | Unique Paper ID – IJTSRD26517 | Volume – 3 | Issue – 5 | July - August 2019 Page 1187
Forecasting Academic Performance using
Multiple Linear Regression
Yee Mon Khaing, Aung Cho
University of Computer Studies, Maubin, Myanmar
How to cite this paper: Yee Mon Khaing |
Aung Cho "Forecasting Academic
Performance using Multiple Linear
Regression"
Published in
InternationalJournal
of Trend in Scientific
Research and
Development
(ijtsrd), ISSN: 2456-
6470, Volume-3 |
Issue-5, August 2019, pp.1187-1189,
https://doi.org/10.31142/ijtsrd26517
Copyright © 2019 by author(s) and
International Journal ofTrend inScientific
Research and Development Journal. This
is an Open Access article distributed
under the terms of
the Creative
Commons Attribution
License (CC BY 4.0)
(http://creativecommons.org/licenses/by
/4.0)
ABSTRACT
Regression is one of the most powerful statistical methods usedineducational
researches. This paper shows the important instance of regression
methodology called Multiple Linear Regression (MLR) and proposes a
framework of the forecasting of the students’ test scores,basedonIntelligence
Quotient (IQ) and the number of hours that the students studied. This paper
was applied the aid of the Statistical PackageforSocial Sciences (SPSS) version
23 and PYTHON version 3.7.
KEYWORDS: Multiple Linear Regressions (MLR), Statistical Package for Social
Sciences (SPSS)
1. INTRODUCTION
Education is important for the personal, social and economic development of
the nation. This paper is useful for students and teachers to improve academic
performance. The main purpose of this analysis is to know to what extentis the
students’ test scores influenced by the two independent variables,IQandstudy
hours. It used multiple linear regression method for data forecasting and
ANOVA algorithm for data significant.
2. SPSS
The “Statistical Package for the Social Sciences” (SPSS) is a package programs
for manipulating, analyzing, and presenting data.SPSSis widelyusedby market
researchers, health researchers, survey companies, government entities,
education researchers, marketing organizations, data miners, and many more
for the processing and analyzing of survey data. [2]
3. Regression
Regression is a powerful statistical method used in
education, finance, investing and otherdisciplines thatallow
estimating the relationships between one dependent
variable and one or more independent. As with most
statistical analyses, the goal of regression is to summarize
observed data as simply, usefully, and elegantly as possible.
The two basic types of regressionaresimplelinearregression
and multiple linear regression, although there are non-linear
regression methods for more complicated data and analysis.
Simple linear regression uses one independent variable to
predict the outcome of the dependent variable whereas
multiple linear regression uses two or more independent
variables to predict the outcome of the dependent variable.
[4]
4. Methodology [3][5]
4.1. Multiple Linear Regression
Multiple linear regression (MLR), known as multiple
regression, is a statistical technique that uses several
explanatory variables to predict the outcome of a response
variable. Multiple regression is a powerful technique used
for predicting the unknown value of a variable from the
known value of two or more variables- also called the
predictors.
𝒚 = 𝒎𝒙𝟏 + 𝒎𝒙𝟐 + 𝒎𝒙𝟑 + 𝒃
where,
y = the dependent variable of the regression equation
m = slope of the regression equation
x1= first independent variable of the equation
x2= second independent variable of the equation
x3= third independent variable of the equation
b=constant of the equation
4.2. R Square
R-Squared is a statistical measurement in a regression that
calculates the proportion ofvarianceina dependentvariable
that is explained by an independent variable or variables.R-
squared tells how well the data fit the regression model (the
goodness of fit). R-squared can take any values between 0
and 1. R-squared is better if the values are closer to 1.
𝑹 𝑺𝒒𝒖𝒂𝒓𝒆 𝑭𝒐𝒓𝒎𝒖𝒍𝒂 = 𝒓 𝟐
𝒓 =
𝒏(∑ 𝒙𝒚) − (∑ 𝒙)(∑ 𝒚)
[𝒏 ∑ 𝒙 𝟐 − (∑ 𝒙) 𝟐][𝒏 ∑ 𝒚 𝟐 − (∑ 𝒙𝒚) 𝟐]
where,
r = the correlation coefficient
n = number in the given dataset
x = first variable in the context
y = second variable
4.3. ANOVA Table
ANOVA is the short form of analysis of variance. ANOVA is a
statistical tool which is generally used on random variables.
IJTSRD26517
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD26517 | Volume – 3 | Issue – 5 | July - August 2019 Page 1188
It involves group not directly related to each other in order
to fine whether exist any common means.
4.4. Significance F-Value
F-Test is any test that uses F-distribution. F value is a value
on the F distribution. Various statistical tests generate an F
value. The value can be used to determinewhetherthetestis
statistically significant. In order to compare two variances,
one has to calculate the ratio of the two variances:
𝑭 = 𝝈 𝟏
𝟐
/𝝈 𝟐
𝟐
where,
σ = larger sample variance
σ = smaller sample variance
4.5. P-Value
P is a statistical measure that helps researchers todetermine
whether their hypothesis is correct. It helps determine the
significance of result. P-Value is a number between 0 and 1.
Calculating P-Value from a Z Statistic
statistic z
𝒁 =
𝒑 − 𝒑𝟎
𝒑𝟎(𝟏 − 𝒑𝟎)
𝒏
where,
p is Sample Proportion
p0 is assumed Population Proportion in the Null Hypothesis
n is the Sample Size
5. Testing
Table-1: Sample Data
Test Score IQ Study Hours
100 125 30
95 104 40
92 110 25
90 105 20
85 100 20
80 100 20
78 95 15
75 95 10
72 85 0
65 90 5
The table provides us the data needed to perform the
multiple regression analysis. We can predict that there is a
relation between Test Score (Output) and IQ and Study
Hours (Input).
Table-2: Regression Values
Summary Output
R-squared is better if the values are closer to 1. In the table,
the result of R Square is 0.905 that’s good. Therefore, the
proportion of the variance is 91% for Test Score that is
explained by IQ and hours spent in study.
Table-3 and Table-4: ANOVA Table
As Table 3, Significance F and P-values
This table tests the statistical significanceoftheindependent
variables as predictors of the dependent variable. The last
column of the table shows the results of anoverallFtest.The
F statistic (33.4) is big, and the p value (0.00026) is small.
This indicates that one or both independent variables have
explanatory power beyond what would be expected by
chance.
As table-4, Significance of Regression Coefficients
The coefficients table shows the following information each
coefficient: its value, its standard error, a t-statistic, and the
significance of the t-statistic. In this table, the t-statistics for
IQ and study hours are both statistically significant at the
0.05 level. This means that IQ contributes significantlytothe
regression after effects ofstudyhours aretakenintoaccount.
And study hours contribute significantly to the regression
after effects of IQ are taken into account.
Table-5: RESIDUAL OUTPUT
The result of coefficients can use to do a forecast. The
regression line is: y = Test Score = 23.156 + 0.509 * IQ
+ 0.467 * Study Hours. In other words, for each unitincrease
International Journal of Trend in Scientific
@ IJTSRD | Unique Paper ID – IJTSRD26517
in IQ, Test Score increase with 0.509 units. For each unit
increase in Study Hours, Test Score increases with 0.467
units.
RESIDUAL OUTPUT
Graph-1: Residuals Values
(C) Analytical Views
As table-5 and graph-1, Residuals
The residuals show you how far away the actual data points
are from the predicted data points (using the
example, the first data point equals 100. Using the equation,
the predicted data point equals 23.156
+ 0.467 * 30 = 100.894, giving a residual of 100
0.894.
(D) Other Analytical Result
As the result of table-6, will see if thereis higherstudents’IQ,
higher students’ scores. Therefore, the educational leaders
need to aware the students’ IQ and should be more careful
and teach if the students need to learn the lessons.
As the result of table-7, will see if there is more hours spent
in study, higher students’ scores. The exam performances of
the students that more hours spent in study higher than
other. So, the students will need to spend more hours to
study the lessons.
The exam performances of the students are communicated
to their IQ and hours spent in study.
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com
26517 | Volume – 3 | Issue – 5 | July - August 2019
units. For each unit
Test Score increases with 0.467
1: Residuals Values
The residuals show you how far away the actual data points
are from the predicted data points (using the equation). For
example, the first data point equals 100. Using the equation,
the predicted data point equals 23.156 + 0.509 * 125
* 30 = 100.894, giving a residual of 100 –100.894= -
will see if thereis higherstudents’IQ,
Therefore, the educational leaders
need to aware the students’ IQ and should be more careful
and teach if the students need to learn the lessons.
re is more hours spent
in study, higher students’ scores. The exam performances of
the students that more hours spent in study higher than
So, the students will need to spend more hours to
re communicated
Table
Table
6. Conclusion
SPSS data analysis tools are valuable in education, business
and marketing fields. It is very good for presentation report
by graphical design. This paper is useful for students and
teachers to improveacademicperformance
one of the most powerful statistical methods used in
educational researches. This paper shows the important
instance of regression methodology called Multiple Linear
Regression (MLR) and proposes a framework of the
forecasting of the students’ test score, based on Intelligence
Quotient (IQ) and the number of hours that the students
studied by using SPSS software.
References
[1] IBM SPSS Statistics 24 Algorithms pdf
[book style]
[2] A handbook of statistical analyses using SPSS / Sabine,
Landau, Brian S. Everitt, ISBN 1
[book style]
[3] https://www.exceleasy.com
[4] https://www.investopedia.com/terms/r/regression.as
p
[5] https://www.wallstreetmojo.com
Author Profile
Yee Mon Khaing
(Computer Sc
Univerrsity of Computer Studies,
Yangon in 2009.
teacher at the Application
Department, University of Computer
Studies, Maubin, Myanmar.
Aung Cho
degree from Yangon University in
1987 andM.I.Sc
degree from University of Computer
Studies, Yangon in 2001. After got
Master degree, I servedas a teacherat
the software, information scienceand
application departments of
computer universities. I am
Computer Studies, Maubin.
www.ijtsrd.com eISSN: 2456-6470
August 2019 Page 1189
Table-6
Table-7
SPSS data analysis tools are valuable in education, business
and marketing fields. It is very good for presentation report
This paper is useful for students and
teachers to improveacademicperformanceand regressionis
one of the most powerful statistical methods used in
This paper shows the important
instance of regression methodology called Multiple Linear
Regression (MLR) and proposes a framework of the
forecasting of the students’ test score, based on Intelligence
Quotient (IQ) and the number of hours that the students
by using SPSS software.
IBM SPSS Statistics 24 Algorithms pdf book
A handbook of statistical analyses using SPSS / Sabine,
Landau, Brian S. Everitt, ISBN 1-58488-369-3
https://www.exceleasy.com
https://www.investopedia.com/terms/r/regression.as
https://www.wallstreetmojo.com
Yee Mon Khaing receivedtheM.C.Sc.
(Computer Science) degree from
Univerrsity of Computer Studies,
Yangon in 2009. Now, I served as a
teacher at the Application
Department, University of Computer
Studies, Maubin, Myanmar.
Aung Cho received the B.A.(Eco)
degree from Yangon University in
1987 andM.I.Sc.(InformationScience)
degree from University of Computer
Studies, Yangon in 2001. After got
Master degree, I servedas a teacherat
the software, information scienceand
application departments of the
computer universities. I am now with University of

More Related Content

What's hot

Introduction to Statistics
Introduction to StatisticsIntroduction to Statistics
Introduction to Statisticsaan786
 
Introduction to statistics...ppt rahul
Introduction to statistics...ppt rahulIntroduction to statistics...ppt rahul
Introduction to statistics...ppt rahulRahul Dhaker
 
Business statistics q_tts9fr8xc
Business statistics q_tts9fr8xcBusiness statistics q_tts9fr8xc
Business statistics q_tts9fr8xcPartha Das
 
Scope and objective of the assignment
Scope and objective of the assignmentScope and objective of the assignment
Scope and objective of the assignmentGourab Chakraborty
 
Graphical presentation of data
Graphical presentation of dataGraphical presentation of data
Graphical presentation of datadrasifk
 
Statistical analysis and interpretation
Statistical analysis and interpretationStatistical analysis and interpretation
Statistical analysis and interpretationDave Marcial
 
Chapter 6 data analysis iec11
Chapter 6 data analysis iec11Chapter 6 data analysis iec11
Chapter 6 data analysis iec11Ho Cao Viet
 
Statics for management
Statics for managementStatics for management
Statics for managementparth06
 
Introduction to statistics for social sciences 1
Introduction to statistics for social sciences 1Introduction to statistics for social sciences 1
Introduction to statistics for social sciences 1Minal Jadeja
 
Data Analysis and Statistics
Data Analysis and StatisticsData Analysis and Statistics
Data Analysis and StatisticsT.S. Lim
 
Teaching Data Analysis using SPSS
Teaching Data Analysis using SPSSTeaching Data Analysis using SPSS
Teaching Data Analysis using SPSSijtsrd
 
Data collection and interpretation SBL1023
Data collection and interpretation SBL1023Data collection and interpretation SBL1023
Data collection and interpretation SBL1023SHAKINAZ DESA
 
Statistics for management
Statistics for managementStatistics for management
Statistics for managementJohn Prarthan
 
Types of data and graphical representation
Types of data and graphical representationTypes of data and graphical representation
Types of data and graphical representationReena Titoria
 

What's hot (20)

Introduction to Statistics
Introduction to StatisticsIntroduction to Statistics
Introduction to Statistics
 
Introduction to statistics...ppt rahul
Introduction to statistics...ppt rahulIntroduction to statistics...ppt rahul
Introduction to statistics...ppt rahul
 
analysis and presentation of data
analysis and presentation of dataanalysis and presentation of data
analysis and presentation of data
 
Business statistics q_tts9fr8xc
Business statistics q_tts9fr8xcBusiness statistics q_tts9fr8xc
Business statistics q_tts9fr8xc
 
Scope and objective of the assignment
Scope and objective of the assignmentScope and objective of the assignment
Scope and objective of the assignment
 
Graphical presentation of data
Graphical presentation of dataGraphical presentation of data
Graphical presentation of data
 
Statistical analysis and interpretation
Statistical analysis and interpretationStatistical analysis and interpretation
Statistical analysis and interpretation
 
Chapter 6 data analysis iec11
Chapter 6 data analysis iec11Chapter 6 data analysis iec11
Chapter 6 data analysis iec11
 
Basic Statistics
Basic  StatisticsBasic  Statistics
Basic Statistics
 
Statics for management
Statics for managementStatics for management
Statics for management
 
Introduction to statistics for social sciences 1
Introduction to statistics for social sciences 1Introduction to statistics for social sciences 1
Introduction to statistics for social sciences 1
 
Business statistics
Business statistics Business statistics
Business statistics
 
Data Analysis and Statistics
Data Analysis and StatisticsData Analysis and Statistics
Data Analysis and Statistics
 
Teaching Data Analysis using SPSS
Teaching Data Analysis using SPSSTeaching Data Analysis using SPSS
Teaching Data Analysis using SPSS
 
Data collection and interpretation SBL1023
Data collection and interpretation SBL1023Data collection and interpretation SBL1023
Data collection and interpretation SBL1023
 
Statistics for management
Statistics for managementStatistics for management
Statistics for management
 
Types of data and graphical representation
Types of data and graphical representationTypes of data and graphical representation
Types of data and graphical representation
 
Chapter One Introduction To Business Statistics
Chapter One Introduction To Business StatisticsChapter One Introduction To Business Statistics
Chapter One Introduction To Business Statistics
 
Understanding statistics in research
Understanding statistics in researchUnderstanding statistics in research
Understanding statistics in research
 
Probability and statistics
Probability and statisticsProbability and statistics
Probability and statistics
 

Similar to Forecasting Academic Performance using Multiple Linear Regression

Forecasting Stock Market using Multiple Linear Regression
Forecasting Stock Market using Multiple Linear RegressionForecasting Stock Market using Multiple Linear Regression
Forecasting Stock Market using Multiple Linear Regressionijtsrd
 
Applied SPSS for Data Forecasting of Sale Quantity
Applied SPSS for Data Forecasting of Sale QuantityApplied SPSS for Data Forecasting of Sale Quantity
Applied SPSS for Data Forecasting of Sale Quantityijtsrd
 
Applied SPSS for Business and Marketing
Applied SPSS for Business and MarketingApplied SPSS for Business and Marketing
Applied SPSS for Business and Marketingijtsrd
 
Factor analysis in Spss
Factor analysis in SpssFactor analysis in Spss
Factor analysis in SpssFayaz Ahmad
 
Trochim, W. M. K. (2006). Internal validity.httpwww.socialres
Trochim, W. M. K. (2006). Internal validity.httpwww.socialresTrochim, W. M. K. (2006). Internal validity.httpwww.socialres
Trochim, W. M. K. (2006). Internal validity.httpwww.socialrescurranalmeta
 
APPLICATION OF TOOLS OF QUALITY IN ENGINEERING EDUCATION
APPLICATION OF TOOLS OF QUALITY IN ENGINEERING EDUCATIONAPPLICATION OF TOOLS OF QUALITY IN ENGINEERING EDUCATION
APPLICATION OF TOOLS OF QUALITY IN ENGINEERING EDUCATIONSyed Raza Imam
 
Employees Data Analysis by Applied SPSS
Employees Data Analysis by Applied SPSSEmployees Data Analysis by Applied SPSS
Employees Data Analysis by Applied SPSSijtsrd
 
Nurses Data Analysis by Applied SPSS
Nurses Data Analysis by Applied SPSSNurses Data Analysis by Applied SPSS
Nurses Data Analysis by Applied SPSSijtsrd
 
Mba103 statistics for management
Mba103  statistics for managementMba103  statistics for management
Mba103 statistics for managementsmumbahelp
 
Statistics final seminar
Statistics final seminarStatistics final seminar
Statistics final seminarTejas Jagtap
 
Running head COURSE PROJECT –PHASE 3 COURSE PROJECT –PHASE 3.docx
Running head COURSE PROJECT –PHASE 3 COURSE PROJECT –PHASE 3.docxRunning head COURSE PROJECT –PHASE 3 COURSE PROJECT –PHASE 3.docx
Running head COURSE PROJECT –PHASE 3 COURSE PROJECT –PHASE 3.docxsusanschei
 
STATISTICAL TOOLS USED IN ANALYTICAL CHEMISTRY
STATISTICAL TOOLS USED IN ANALYTICAL CHEMISTRYSTATISTICAL TOOLS USED IN ANALYTICAL CHEMISTRY
STATISTICAL TOOLS USED IN ANALYTICAL CHEMISTRYkeerthana151
 
Applied SPSS for Data Forecasting of Flowers Species Name
Applied SPSS for Data Forecasting of Flowers Species NameApplied SPSS for Data Forecasting of Flowers Species Name
Applied SPSS for Data Forecasting of Flowers Species Nameijtsrd
 
Assigment 1
Assigment 1Assigment 1
Assigment 1Shaf Fik
 
Using Naive Bayesian Classifier for Predicting Performance of a Student
Using Naive Bayesian Classifier for Predicting Performance of a StudentUsing Naive Bayesian Classifier for Predicting Performance of a Student
Using Naive Bayesian Classifier for Predicting Performance of a Studentijtsrd
 
Advanced statistics Lesson 1
Advanced statistics Lesson 1Advanced statistics Lesson 1
Advanced statistics Lesson 1Cliffed Echavez
 
Bcs 040 Descriptive Statistics
Bcs 040 Descriptive StatisticsBcs 040 Descriptive Statistics
Bcs 040 Descriptive StatisticsNarayan Thapa
 
Introduction-to-Analyzing-Statistical-Data.pdf
Introduction-to-Analyzing-Statistical-Data.pdfIntroduction-to-Analyzing-Statistical-Data.pdf
Introduction-to-Analyzing-Statistical-Data.pdfchrisv1443
 

Similar to Forecasting Academic Performance using Multiple Linear Regression (20)

Forecasting Stock Market using Multiple Linear Regression
Forecasting Stock Market using Multiple Linear RegressionForecasting Stock Market using Multiple Linear Regression
Forecasting Stock Market using Multiple Linear Regression
 
Applied SPSS for Data Forecasting of Sale Quantity
Applied SPSS for Data Forecasting of Sale QuantityApplied SPSS for Data Forecasting of Sale Quantity
Applied SPSS for Data Forecasting of Sale Quantity
 
Applied SPSS for Business and Marketing
Applied SPSS for Business and MarketingApplied SPSS for Business and Marketing
Applied SPSS for Business and Marketing
 
Factor analysis in Spss
Factor analysis in SpssFactor analysis in Spss
Factor analysis in Spss
 
Trochim, W. M. K. (2006). Internal validity.httpwww.socialres
Trochim, W. M. K. (2006). Internal validity.httpwww.socialresTrochim, W. M. K. (2006). Internal validity.httpwww.socialres
Trochim, W. M. K. (2006). Internal validity.httpwww.socialres
 
APPLICATION OF TOOLS OF QUALITY IN ENGINEERING EDUCATION
APPLICATION OF TOOLS OF QUALITY IN ENGINEERING EDUCATIONAPPLICATION OF TOOLS OF QUALITY IN ENGINEERING EDUCATION
APPLICATION OF TOOLS OF QUALITY IN ENGINEERING EDUCATION
 
Employees Data Analysis by Applied SPSS
Employees Data Analysis by Applied SPSSEmployees Data Analysis by Applied SPSS
Employees Data Analysis by Applied SPSS
 
Nurses Data Analysis by Applied SPSS
Nurses Data Analysis by Applied SPSSNurses Data Analysis by Applied SPSS
Nurses Data Analysis by Applied SPSS
 
Mba103 statistics for management
Mba103  statistics for managementMba103  statistics for management
Mba103 statistics for management
 
Statistics final seminar
Statistics final seminarStatistics final seminar
Statistics final seminar
 
Running head COURSE PROJECT –PHASE 3 COURSE PROJECT –PHASE 3.docx
Running head COURSE PROJECT –PHASE 3 COURSE PROJECT –PHASE 3.docxRunning head COURSE PROJECT –PHASE 3 COURSE PROJECT –PHASE 3.docx
Running head COURSE PROJECT –PHASE 3 COURSE PROJECT –PHASE 3.docx
 
Akhiesh maurya
Akhiesh mauryaAkhiesh maurya
Akhiesh maurya
 
STATISTICAL TOOLS USED IN ANALYTICAL CHEMISTRY
STATISTICAL TOOLS USED IN ANALYTICAL CHEMISTRYSTATISTICAL TOOLS USED IN ANALYTICAL CHEMISTRY
STATISTICAL TOOLS USED IN ANALYTICAL CHEMISTRY
 
Applied SPSS for Data Forecasting of Flowers Species Name
Applied SPSS for Data Forecasting of Flowers Species NameApplied SPSS for Data Forecasting of Flowers Species Name
Applied SPSS for Data Forecasting of Flowers Species Name
 
Assigment 1
Assigment 1Assigment 1
Assigment 1
 
Using Naive Bayesian Classifier for Predicting Performance of a Student
Using Naive Bayesian Classifier for Predicting Performance of a StudentUsing Naive Bayesian Classifier for Predicting Performance of a Student
Using Naive Bayesian Classifier for Predicting Performance of a Student
 
Advanced statistics Lesson 1
Advanced statistics Lesson 1Advanced statistics Lesson 1
Advanced statistics Lesson 1
 
Bio stat
Bio statBio stat
Bio stat
 
Bcs 040 Descriptive Statistics
Bcs 040 Descriptive StatisticsBcs 040 Descriptive Statistics
Bcs 040 Descriptive Statistics
 
Introduction-to-Analyzing-Statistical-Data.pdf
Introduction-to-Analyzing-Statistical-Data.pdfIntroduction-to-Analyzing-Statistical-Data.pdf
Introduction-to-Analyzing-Statistical-Data.pdf
 

More from ijtsrd

‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementationijtsrd
 
Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...ijtsrd
 
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and ProspectsDynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and Prospectsijtsrd
 
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...ijtsrd
 
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...ijtsrd
 
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...ijtsrd
 
Problems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A StudyProblems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A Studyijtsrd
 
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...ijtsrd
 
The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...ijtsrd
 
A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...ijtsrd
 
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...ijtsrd
 
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...ijtsrd
 
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. SadikuSustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadikuijtsrd
 
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...ijtsrd
 
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...ijtsrd
 
Activating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment MapActivating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment Mapijtsrd
 
Educational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger SocietyEducational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger Societyijtsrd
 
Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...ijtsrd
 
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...ijtsrd
 
Streamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine LearningStreamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine Learningijtsrd
 

More from ijtsrd (20)

‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation
 
Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...
 
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and ProspectsDynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
 
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
 
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
 
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
 
Problems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A StudyProblems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A Study
 
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
 
The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...
 
A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...
 
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
 
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
 
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. SadikuSustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
 
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
 
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
 
Activating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment MapActivating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment Map
 
Educational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger SocietyEducational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger Society
 
Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...
 
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
 
Streamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine LearningStreamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine Learning
 

Recently uploaded

18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...M56BOOKSTORE PRODUCT/SERVICE
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
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.pptxheathfieldcps1
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 

Recently uploaded (20)

18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
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
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 

Forecasting Academic Performance using Multiple Linear Regression

  • 1. International Journal of Trend in Scientific Research and Development (IJTSRD) Volume 3 Issue 5, August 2019 Available Online: www.ijtsrd.com e-ISSN: 2456 – 6470 @ IJTSRD | Unique Paper ID – IJTSRD26517 | Volume – 3 | Issue – 5 | July - August 2019 Page 1187 Forecasting Academic Performance using Multiple Linear Regression Yee Mon Khaing, Aung Cho University of Computer Studies, Maubin, Myanmar How to cite this paper: Yee Mon Khaing | Aung Cho "Forecasting Academic Performance using Multiple Linear Regression" Published in InternationalJournal of Trend in Scientific Research and Development (ijtsrd), ISSN: 2456- 6470, Volume-3 | Issue-5, August 2019, pp.1187-1189, https://doi.org/10.31142/ijtsrd26517 Copyright © 2019 by author(s) and International Journal ofTrend inScientific Research and Development Journal. This is an Open Access article distributed under the terms of the Creative Commons Attribution License (CC BY 4.0) (http://creativecommons.org/licenses/by /4.0) ABSTRACT Regression is one of the most powerful statistical methods usedineducational researches. This paper shows the important instance of regression methodology called Multiple Linear Regression (MLR) and proposes a framework of the forecasting of the students’ test scores,basedonIntelligence Quotient (IQ) and the number of hours that the students studied. This paper was applied the aid of the Statistical PackageforSocial Sciences (SPSS) version 23 and PYTHON version 3.7. KEYWORDS: Multiple Linear Regressions (MLR), Statistical Package for Social Sciences (SPSS) 1. INTRODUCTION Education is important for the personal, social and economic development of the nation. This paper is useful for students and teachers to improve academic performance. The main purpose of this analysis is to know to what extentis the students’ test scores influenced by the two independent variables,IQandstudy hours. It used multiple linear regression method for data forecasting and ANOVA algorithm for data significant. 2. SPSS The “Statistical Package for the Social Sciences” (SPSS) is a package programs for manipulating, analyzing, and presenting data.SPSSis widelyusedby market researchers, health researchers, survey companies, government entities, education researchers, marketing organizations, data miners, and many more for the processing and analyzing of survey data. [2] 3. Regression Regression is a powerful statistical method used in education, finance, investing and otherdisciplines thatallow estimating the relationships between one dependent variable and one or more independent. As with most statistical analyses, the goal of regression is to summarize observed data as simply, usefully, and elegantly as possible. The two basic types of regressionaresimplelinearregression and multiple linear regression, although there are non-linear regression methods for more complicated data and analysis. Simple linear regression uses one independent variable to predict the outcome of the dependent variable whereas multiple linear regression uses two or more independent variables to predict the outcome of the dependent variable. [4] 4. Methodology [3][5] 4.1. Multiple Linear Regression Multiple linear regression (MLR), known as multiple regression, is a statistical technique that uses several explanatory variables to predict the outcome of a response variable. Multiple regression is a powerful technique used for predicting the unknown value of a variable from the known value of two or more variables- also called the predictors. 𝒚 = 𝒎𝒙𝟏 + 𝒎𝒙𝟐 + 𝒎𝒙𝟑 + 𝒃 where, y = the dependent variable of the regression equation m = slope of the regression equation x1= first independent variable of the equation x2= second independent variable of the equation x3= third independent variable of the equation b=constant of the equation 4.2. R Square R-Squared is a statistical measurement in a regression that calculates the proportion ofvarianceina dependentvariable that is explained by an independent variable or variables.R- squared tells how well the data fit the regression model (the goodness of fit). R-squared can take any values between 0 and 1. R-squared is better if the values are closer to 1. 𝑹 𝑺𝒒𝒖𝒂𝒓𝒆 𝑭𝒐𝒓𝒎𝒖𝒍𝒂 = 𝒓 𝟐 𝒓 = 𝒏(∑ 𝒙𝒚) − (∑ 𝒙)(∑ 𝒚) [𝒏 ∑ 𝒙 𝟐 − (∑ 𝒙) 𝟐][𝒏 ∑ 𝒚 𝟐 − (∑ 𝒙𝒚) 𝟐] where, r = the correlation coefficient n = number in the given dataset x = first variable in the context y = second variable 4.3. ANOVA Table ANOVA is the short form of analysis of variance. ANOVA is a statistical tool which is generally used on random variables. IJTSRD26517
  • 2. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD26517 | Volume – 3 | Issue – 5 | July - August 2019 Page 1188 It involves group not directly related to each other in order to fine whether exist any common means. 4.4. Significance F-Value F-Test is any test that uses F-distribution. F value is a value on the F distribution. Various statistical tests generate an F value. The value can be used to determinewhetherthetestis statistically significant. In order to compare two variances, one has to calculate the ratio of the two variances: 𝑭 = 𝝈 𝟏 𝟐 /𝝈 𝟐 𝟐 where, σ = larger sample variance σ = smaller sample variance 4.5. P-Value P is a statistical measure that helps researchers todetermine whether their hypothesis is correct. It helps determine the significance of result. P-Value is a number between 0 and 1. Calculating P-Value from a Z Statistic statistic z 𝒁 = 𝒑 − 𝒑𝟎 𝒑𝟎(𝟏 − 𝒑𝟎) 𝒏 where, p is Sample Proportion p0 is assumed Population Proportion in the Null Hypothesis n is the Sample Size 5. Testing Table-1: Sample Data Test Score IQ Study Hours 100 125 30 95 104 40 92 110 25 90 105 20 85 100 20 80 100 20 78 95 15 75 95 10 72 85 0 65 90 5 The table provides us the data needed to perform the multiple regression analysis. We can predict that there is a relation between Test Score (Output) and IQ and Study Hours (Input). Table-2: Regression Values Summary Output R-squared is better if the values are closer to 1. In the table, the result of R Square is 0.905 that’s good. Therefore, the proportion of the variance is 91% for Test Score that is explained by IQ and hours spent in study. Table-3 and Table-4: ANOVA Table As Table 3, Significance F and P-values This table tests the statistical significanceoftheindependent variables as predictors of the dependent variable. The last column of the table shows the results of anoverallFtest.The F statistic (33.4) is big, and the p value (0.00026) is small. This indicates that one or both independent variables have explanatory power beyond what would be expected by chance. As table-4, Significance of Regression Coefficients The coefficients table shows the following information each coefficient: its value, its standard error, a t-statistic, and the significance of the t-statistic. In this table, the t-statistics for IQ and study hours are both statistically significant at the 0.05 level. This means that IQ contributes significantlytothe regression after effects ofstudyhours aretakenintoaccount. And study hours contribute significantly to the regression after effects of IQ are taken into account. Table-5: RESIDUAL OUTPUT The result of coefficients can use to do a forecast. The regression line is: y = Test Score = 23.156 + 0.509 * IQ + 0.467 * Study Hours. In other words, for each unitincrease
  • 3. International Journal of Trend in Scientific @ IJTSRD | Unique Paper ID – IJTSRD26517 in IQ, Test Score increase with 0.509 units. For each unit increase in Study Hours, Test Score increases with 0.467 units. RESIDUAL OUTPUT Graph-1: Residuals Values (C) Analytical Views As table-5 and graph-1, Residuals The residuals show you how far away the actual data points are from the predicted data points (using the example, the first data point equals 100. Using the equation, the predicted data point equals 23.156 + 0.467 * 30 = 100.894, giving a residual of 100 0.894. (D) Other Analytical Result As the result of table-6, will see if thereis higherstudents’IQ, higher students’ scores. Therefore, the educational leaders need to aware the students’ IQ and should be more careful and teach if the students need to learn the lessons. As the result of table-7, will see if there is more hours spent in study, higher students’ scores. The exam performances of the students that more hours spent in study higher than other. So, the students will need to spend more hours to study the lessons. The exam performances of the students are communicated to their IQ and hours spent in study. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com 26517 | Volume – 3 | Issue – 5 | July - August 2019 units. For each unit Test Score increases with 0.467 1: Residuals Values The residuals show you how far away the actual data points are from the predicted data points (using the equation). For example, the first data point equals 100. Using the equation, the predicted data point equals 23.156 + 0.509 * 125 * 30 = 100.894, giving a residual of 100 –100.894= - will see if thereis higherstudents’IQ, Therefore, the educational leaders need to aware the students’ IQ and should be more careful and teach if the students need to learn the lessons. re is more hours spent in study, higher students’ scores. The exam performances of the students that more hours spent in study higher than So, the students will need to spend more hours to re communicated Table Table 6. Conclusion SPSS data analysis tools are valuable in education, business and marketing fields. It is very good for presentation report by graphical design. This paper is useful for students and teachers to improveacademicperformance one of the most powerful statistical methods used in educational researches. This paper shows the important instance of regression methodology called Multiple Linear Regression (MLR) and proposes a framework of the forecasting of the students’ test score, based on Intelligence Quotient (IQ) and the number of hours that the students studied by using SPSS software. References [1] IBM SPSS Statistics 24 Algorithms pdf [book style] [2] A handbook of statistical analyses using SPSS / Sabine, Landau, Brian S. Everitt, ISBN 1 [book style] [3] https://www.exceleasy.com [4] https://www.investopedia.com/terms/r/regression.as p [5] https://www.wallstreetmojo.com Author Profile Yee Mon Khaing (Computer Sc Univerrsity of Computer Studies, Yangon in 2009. teacher at the Application Department, University of Computer Studies, Maubin, Myanmar. Aung Cho degree from Yangon University in 1987 andM.I.Sc degree from University of Computer Studies, Yangon in 2001. After got Master degree, I servedas a teacherat the software, information scienceand application departments of computer universities. I am Computer Studies, Maubin. www.ijtsrd.com eISSN: 2456-6470 August 2019 Page 1189 Table-6 Table-7 SPSS data analysis tools are valuable in education, business and marketing fields. It is very good for presentation report This paper is useful for students and teachers to improveacademicperformanceand regressionis one of the most powerful statistical methods used in This paper shows the important instance of regression methodology called Multiple Linear Regression (MLR) and proposes a framework of the forecasting of the students’ test score, based on Intelligence Quotient (IQ) and the number of hours that the students by using SPSS software. IBM SPSS Statistics 24 Algorithms pdf book A handbook of statistical analyses using SPSS / Sabine, Landau, Brian S. Everitt, ISBN 1-58488-369-3 https://www.exceleasy.com https://www.investopedia.com/terms/r/regression.as https://www.wallstreetmojo.com Yee Mon Khaing receivedtheM.C.Sc. (Computer Science) degree from Univerrsity of Computer Studies, Yangon in 2009. Now, I served as a teacher at the Application Department, University of Computer Studies, Maubin, Myanmar. Aung Cho received the B.A.(Eco) degree from Yangon University in 1987 andM.I.Sc.(InformationScience) degree from University of Computer Studies, Yangon in 2001. After got Master degree, I servedas a teacherat the software, information scienceand application departments of the computer universities. I am now with University of