SlideShare a Scribd company logo
Jan Zizka et al. (Eds) : CCSEIT, AIAP, DMDB, MoWiN, CoSIT, CRIS, SIGL, ICBB, CNSA-2016
pp. 127–144, 2016. © CS & IT-CSCP 2016 DOI : 10.5121/csit.2016.60611
ANALYSIS OF RISING TUITION RATES IN
THE UNITED STATES BASED ON
CLUSTERING ANALYSIS AND REGRESSION
MODELS
Long Cheng1,2
and Chenyu You1,2
1
Department of Electrical, Computer and Systems Engineering,
2
Department of Mathematical Sciences,
Rensselaer Polytechnic Institute, Troy, NY, USA
dearlongcheng@gmail.com youc2@rpi.edu
ABSTRACT
Since higher education is one of the major driving forces for country development and social
prosperity, and tuition plays a significant role in determining whether or not a person can
afford to receive higher education, the rising tuition is a topic of big concern today. So it is
essentially necessary to understand what factors affect the tuition and how they increase or
decrease the tuition. Many existing studies on the rising tuition either lack large amounts of real
data and proper quantitative models to support their conclusions, or are limited to focus on only
a few factors that might affect the tuition, which fail to make a comprehensive analysis. In this
paper, we explore a wide variety of factors that might affect the tuition growth rate by use of
large amounts of authentic data and different quantitative methods such as clustering analysis
and regression models.
KEYWORDS
Higher Education, Tuition Growth Rate, K-means Clustering, Linear Regression, Decision
Tree, Random Effect
1. INTRODUCTION
There is no doubt that education is vital to the development of a country [1], especially
considering now the United States has transferred from a labour-intensive economy to a
knowledge-based economy [2]. Research study in [3] shows that college education is becoming
increasingly expensive while the return on its investment is falling. It is believed that this trend
will eventually affect how people view the importance of education to individuals in the future
even though between 2000 and 2010, undergraduate tuition fee is increased by 3.4 percent each
year on average at public four-year colleges and 2.8 percent at private institutions; both of them
are on average 2.5 percent higher than the average annual rate of inflation. In addition, the second
largest expense in a family is the expenditure for children’s education, which might indicate that
the increase in income will increase the demand in higher education and finally affect the tuition
fee.
128 Computer Science & Information Technology (CS & IT)
The rising tuition fee plagues thousands of families every year [4], and the increase rate of tuition
fee becomes higher and higher, which motivate us in this paper to explore what are the key
factors that cause such high rate. Initially we think there are two main reasons for the rise in the
tuition fee. One is the increase in university expenses. The adjusted cost at public universities was
increased on average by 28 percent from 2000 to 2010. The other reason is the recession, which
led a budget crisis. Education is one of the largest components of state budget. Hence, the
government has to reduce the education expenditure. Since “early leaning” is critical to children’s
success in the future, the government decided to preserve the most essential programs, K-12 basic
education, for the youngest citizens but cut more budgets in higher education to avoid budget
shortage.
A fixed-effects model using cross-sectional and time-series date is proposed in [7] to explore how
different racial groups react to the tuition fee. A method using multivariate regression analysis to
investigate the relationship between enrollment rates and tuition fees is studied in [9] with the
consideration of different races, enrolment rates and states. [10] studies how the change of the
tuition fee affects personal decision on higher education and shows that even though both higher
student scholarship and lower tuition fee would increase the students enrolment rate, the actual
amount of money that students have to pay by themselves is a more important factor that affects
their decision. [13] applies the investment theory and the consumption approach to study the
demand for higher education with the consideration of the tuition fee. And the result shows that
the demand for higher education react positively to family income increase and negatively to
tuition fee increase. The effect of socioeconomic status of students on education opportunity and
tuition fee is explored in [11]. The conclusion in [12] indicates the tuition fee has less impact than
some other micro-econometric factors on college enrollment. It is also showed that the change of
the tuition fee might have different impacts on different geographic locations, which are also
affected by the tax rate [15].
Though some preliminary research on tuition fee analysis has been done in above papers, they
fail to present a very detailed analysis using large amounts of raw data and considering a wide
variety of factors. This paper explores many different factors, including both in-school ones and
macro-economic ones, that might have impacts on tuition levels. And we find out that possible
in-school factors that determine tuition price might be university ranking, class size, percentage
of full-time faculty, college acceptance rate, classroom equipment, financial need, and the
number of full-time students. In the macro-economic prospect, unemployment rate, price level,
government policy and the average income level might make great effects on the rise of college
tuition in the United States. Other possible factors that might contribute to the increment of
tuition rates include geography and population.
2. DATA DESCRIPTION
A reliable dataset from National Center for Education Statistics IPEDS Analytics: Delta Cost
Project Database [6] is used in this paper. This is a longitudinal database derived from IPEDS
finance, enrollment, staffing, completions and student aid data for academic years 2000-2001
through 2009-10.
There are 950 variables used in the dataset to record information about tuition fee, state name,
school name, employee number, and so on. All the variables are carefully reviewed and finally 30
variables are selected in this paper to perform the analysis. For example, considering the fact that
Computer Science & Information Technology (CS & IT) 129
many graduate students are part-time students, whose tuition fees vary a lot even though they are
in the same graduate program, so we decide to delete all data related with graduate students, and
only focus on undergraduate students. Meanwhile, schools are divided into three categories:
private school, public school with in-state tuitions, and public school with out-of-state tuitions,
for the convenience of analysis. After the initial variable selection procedure, those variables are
again inspected to see if they contain too many missing values. There are five variables (see
Figure 1) that contain more than 40000 missing values, which are more than half of the total
number (the total number is around 80000). Even though there are some existing methods to add
the missing data, the accuracy of the analysis could be impaired if we use those methods to add
so many missing data for those five variables. So we decide to delete those five variables and
only use the other 25 variables. This paper will further explain how these variables are selected
and processed in details in Part 3 ANALYSIS.
Figure 1. Missing values of the selected 30 variables
3. ANALYSIS
This data set contains around 1000 schools’ information. Since most students only care more
about schools they are familiar with, our paper only focuses on those well-known universities. So
we set up the minimum bounds of 25% quantile and 75% quantile SAT scores as 400 and 600,
for both Math and Verbal sections. After this SAT score selection, there are 370 schools left.
In addition, 9-year data is used in this paper to analyze the trend of tuition rates. For schools with
complete 9-year tuition information, we calculate the annual tuition growth rate using [(this year /
the previous year)-1] for each year. For schools with only 8-year tuition information, we predict
the annual tuition growth rate by [the square root of (the latter year/ the previous year)-1] for the
gap year. For instance, if one school misses 2008 tuition information, we predict 2008 tuition
growth rate by [square root of (tuition 2009/tuition 2007) -1]. Those schools with less than 8-year
tuition data are deleted from the dataset. After above steps, the dataset now contains 9-year
tuition information for about 300 universities in 42 states. Lastly, the employee/student ratio and
faculty /student ratio are calculated using the raw data and added into the final dataset as two new
variables.
For a clear presentation, tuition growth rates in the 42 states will be shown using figures
according to three categories (private schools, public schools with in-state tuitions, and public
schools with out-of-state tuitions). In these figures, x-axis stands for the year, and y-axis stands
for the tuition growth rate. For each state, the 25% quantile, 50% quantile, and 75% quantile of
130 Computer Science & Information Technology (CS & IT)
the tuition growth rates of all the schools belonging to the same category are calculated and
shown in the following figures.
(1) Private schools
Figure 2 shows the tuition growth rates from 2002 to 2009 for private schools in 42 states. And
we remove graphs of some states that don’t have significant changes of tuition growth rates. In
the end, there are 16 graphs left, which means that there are 16 states that have apparent trend
changes in tuition growth rates.
Figure 2. Tuition growth rates from 2002 to 2009 for private schools in 16 states
From this figure, it can be seen that in most academic years, the tuition growth rates change
slowly. However, there are two academic years that have sharp changes. One is academic year
2003-2004, another one is 2008-2009. For almost all states, there is a decrease in tuition growth
rates for 2008-2009. We guess that this is related with 2008 Financial Crisis, which leads to a
deflation, making the tuition growth rate decrease. One thing needs to be noticed is that even
though the tuition growth rate decreases for 2008-2009, the tuition fee still increases.
Computer Science & Information Technology (CS & IT) 131
(2) Public schools with in-state tuition
Similarly, there are 12 states that have apparent trend changes in tuition growth rates, as shown in
Figure 3.
Figure 3. Tuition growth rates from 2002 to 2009 for public schools with in-state tuition in 12 states
Since all public schools belong to the UC system in California and all those schools have the
same tuition growth rate, there is only one line in the graph for California.
To figure out the reason why Alabama, Colorado, Indiana, Maryland, and North Carolina have
significant changes of tuition growth rates, the original dataset is checked and it is noticed that
only a few schools belongs to this category in these five states. So changes of tuition growth rates
in one school affect the results of the whole state a lot.
(3) Public schools with out-of-state tuition
Similarly, there are 14 states that have apparent trend changes in tuition growth rates, as shown in
Figure 4. We find out that almost all these 14 states, except for Texas, have slow changes during
those years.
132 Computer Science & Information Technology (CS & IT)
Figure 4. Tuition growth rates from 2002 to 2009 for public schools without-state tuition in 14 states
4. MODEL DEVELOPMENT
4.1 Clustering Analysis
K-means clustering is utilized in this paper to analyze the dataset based on four criteria: quantiles
of all years, quantile in every single year, tuition growth rates, and tuition fees. For each of those
criteria, different numbers of clusters are chosen. We also draw state maps to show the clustering
results for each category for all years. And in all these maps, the smaller cluster number
represents the lower tuition growth rate, and the larger cluster number represents the higher
tuition growth rate. For instance, Cluster #1 represents for the lowest tuition growth rate.
4.1.1 Using Quantiles of All Years
(1) Choose the number of clusters
From Figure 5 and Figure 6, we decide to use 4 clusters for private schools, and 6 clusters for
public schools with out-of-state tuition. There is no need to cluster public schools with in-state
tuition, since the corresponding figure is only a horizontal line.
Computer Science & Information Technology (CS & IT) 133
Figure 5. WithinSS for quantiles data (private schools)
Figure 6. WithinSS for quantiles data (public schools with out-of-state tuition)
134 Computer Science & Information Technology (CS & IT)
(2) Maps for private schools
Figure 7. Clustering maps for private schools using quantiles for all years
Computer Science & Information Technology (CS & IT) 135
(3) Maps for public schools with out-of-state tuition
Even though there are 6 clusters in total for public schools with out-of-state tuition, there is only
1 cluster for each year. So we do not draw the figure. After checking the original data, we find
out that this is because the number of public schools is too small.
4.1.2 Using Quantiles in Every Single Year
(1) Choose the number of clusters
Repeat the same procedure as the above section, we choose to use 3 clusters for both private
schools and public schools without-state tuition.
(2) Maps for public schools with out-of-state tuition
136 Computer Science & Information Technology (CS & IT)
Figure 8. Clustering maps for public schools with out-of-state tuition using quantiles in every single year
From Figure 8 we can see that for the northeast coast, there is a sharp rise in year 2003 and year
2009 separately. This maybe because the Iraq War starts from March, 2003 and costs the
government too much money, resulting in a budget cut for universities. Meanwhile, the financial
crisis starts from 2008, causing a shortage of funds in universities. So tuition growth rates
become higher. The similar situation also occurs in southern states, where the tuition growth rates
are very high after year 2003. By contrast, tuition growth rates almost remain steady in west
coast.
(3) Maps for private schools
Computer Science & Information Technology (CS & IT) 137
Figure 9. Clustering maps for private schools using quantiles in every single year
In Figure 9, it can be seen that from 2002 to 2009, the color of the middle area is first light, then
it becomes darker and darker year by year, which indicates the tuition rates increase more and
more slowly.
4.1.3 Using All Tuition Growth Rates
(1) Choose the number of clusters
We repeat same procedures as above, and we finally choose to make 7 clusters for both public
schools with in-state tuition and public schools with-out-of-state tuition. And we do not do
clustering analysis for private schools. To save place, this paper just shows maps for public
schools with in-state tuition.
(2) Maps for public schools with in-state tuition
138 Computer Science & Information Technology (CS & IT)
Figure 10. Clustering maps for public schools with in-state tuition using all tuition growth rates
4.1.4 Using Raw Tuition Fees
(1) Choose the number of clusters
The same procedures are repeated as above, 5 clusters are finally chosen for both public schools
with in-state tuition and public schools with-out-of-state tuition using all raw tuition fees in the
dataset. And we do not do clustering analysis for private schools. To save place, this paper just
shows maps for public schools with in-state tuition.
Computer Science & Information Technology (CS & IT) 139
(2) Maps for public schools with in-state tuition
Figure 11. Clustering maps for public schools with in-state tuition using raw tuition fee
140 Computer Science & Information Technology (CS & IT)
4.2 Regression Models
To make a more comprehensive analysis, we first winsorizes outliers because there are many
unreasonable outliers in various variables, shown in Figure 11. Then we create dummy variables
for academic year and use state and clusters as control variables. Also, we discover a collinear
phenomenon existed between “employee to student ratio” and “faculty to student ratio”. In
addition, our regression model also uses some other variables including total revenue,
expenditures, restricted revenue, states, academic years and so on. This paper uses linear
regression, regression tree, decision tree and random effect model to study the rising tuition rates
in the United States.
Figure 12. Data distributions and outliers for various variables
Computer Science & Information Technology (CS & IT) 141
(1) Linear regression results
All models’ R-squared is relatively small, which means this model does not fit the dataset very
well. In addition, the predicted results using this linear regression model with the test dataset just
capture a part of the trend about the tuition growth rates. The detailed regression results are
shown in the following Tables.
Table 1. Regression results for all schools
Table 2. Regression results for private schools
Table 3. Regression results for public schools with out-of-state tuition
142 Computer Science & Information Technology (CS & IT)
Table 4. Regression results for public schools with in
(2) Regression tree results
The regression trees results are shown as follows:
Variable importance for private schools:
Variable importance for public schools with
Variable importance for public schools with
(3) Decision tree and random effect model
To account for the random effects in the analysis of tuition growth rates, we also propose a
decision tree and random effect model in this paper. It is shown as follows:
1(X , ,X ) Z , 1, ,i p i iy f b i N= + + =L L
Computer Science & Information Technology (CS & IT)
Table 4. Regression results for public schools with in-state tuition
The regression trees results are shown as follows:
private schools:
schools with in-state tuition:
schools with out-of-state tuition:
Decision tree and random effect model
To account for the random effects in the analysis of tuition growth rates, we also propose a
tree and random effect model in this paper. It is shown as follows:
(X , ,X ) Z , 1, ,i p i iy f b i Nε= + + =L L
To account for the random effects in the analysis of tuition growth rates, we also propose a
(1)
Computer Science & Information Technology (CS & IT) 143
Fixed effects are described using decision tree model 1(X , ,X )pf L and the random effect is
considered using Zi ib . Though results of this model are very similar to the results in the
regression tree section, this model can combine the merits of a tree-based model and a random
effect model, which means that this model is capable of analyzing dataset with irregular data,
tolerating variable selection bias and reducing computational cost.
5. CONCLUSION AND DISCUSSION
It has been noticed that the tuition growth rates have a sharp increase from 2003-2004 for public
schools with in-state tuition, a sharp increase from 2004-2005 for public schools with out-of-state
tuition, and a sharp increase from 2008-2009 for private schools. We deduce that these
phenomenon are correlated with 2003 Iraq War, and 2008 Financial Crisis. From the clustering
analysis, we find out that for private schools the tuition growth rates increase year by year for
nearly all states. And for public schools, tuition growth rates of public schools on the west coast
grow more slowly than that of public schools on the east coast. From the regression models, we
can conclude that for all types of schools, both expenditures and total revenue are significant for
the tuition growth rate. In addition, the tuition growth rate is positively related with the
expenditure while negatively related with the total revenue.
REFERENCES
[1] Ehrenberg, Ronald G, (2012) "American higher education in transition", The Journal of Economic
Perspectives, pp193-216.
[2] Bell, Daniel, (1976) "The coming of the post-industrial society", The Educational Forum, Vol. 40,
No. 4. Taylor & Francis Group.
[3] Garrett, Thomas A, and William Poole, (2006) "Stop paying more for less: ways to boost productivity
in higher education", The Regional Economist, Vol. 4, No. 9.
[4] Chiodo, Abbigail, and Michael T. Owyang, (2003) "Financial aid and college choice", Economic
Synopses, 2003-08-03.
[5] Chang, W. (2012), R graphics cookbook, "O’Reilly Media, Inc.", ISBN: 978-1-449-31695-2.
[6] U.S. Department of Education, Institute of Education Sciences, National Center for Education
Statistics. Data Source Website: https://nces.ed.gov/ipeds/deltacostproject.
[7] Heller, Donald E, (1996) "Tuition Prices, Financial Aid, and Access to Public Higher Education: A
State-Level Analysis".
[8] Baird, Katherine, (2006) "Access to College: The Role of Tuition, Financial Aid, Scholastic
Preparation and College Supply in Public College Enrollments", Journal of Student Financial, Vol.
36, No. 3, pp16-38.
[9] Betts, Julian R., and Laurel L. McFarland, (1995) "Safe port in a storm: The impact of labor market
conditions on community college enrollments", Journal of Human Resources, pp741-765.
[10] Jackson, Gregory A., and George B. Weathersby, (1975) "Individual demand for higher education: A
review and analysis of recent empirical studies", The Journal of Higher Education, pp623-652.
144 Computer Science & Information Technology (CS & IT)
[11] Campbell, Robert, and Barry N. Siegel, (1967) "The demand for higher education in the United
States, 1919-1964", The American Economic Review, pp482-494.
[12] Sewell, William H, (1971) "Inequality of opportunity for higher education", American Sociological
Review, Vol. 36, No. 5, pp793-809.
[13] Heckman, James J., Lance Lochner, and Christopher Taber, (1998) "General equilibrium treatment
effects: A study of tuition policy", No. w6426, National Bureau of Economic Research.
[14] Becker, Gary S, (2009) "Human capital: A theoretical and empirical analysis, with special reference
to education", University of Chicago Press.
[15] Heckman, James J, (1997) "Instrumental variables: A study of implicit behavioral assumptions in one
widely used estimator", Journal of Human Resources, Vol. 32, No. 3.
AUTHOR
Long Cheng is currently working as the COO and research scientist at Kiwii Power
Technology Co., Ltd, Troy, NY, USA. Before that, he worked as a data scientist at
Rang Technologies Inc, Piscataway, NJ, USA. He received his Master’s Degrees in
both Electrical Engineering and Applied Mathematics from Rensselaer Polytechnic
Institute, Troy, NY, USA in May 2015 and his B.S. in Electrical Engineering and
Automation from Tianjin University, Tianjin, China in July 2013. His research interests
include machine learning, data mining and smart grids.
Chenyu You is currently pursuing his B.S. in Electrical Engineering with a minor in
Mathematics from Rensselaer Polytechnic Institute, Troy, NY, USA. His research
interests are machine learning, data mining, statistical signal processing and
mathematical modelling

More Related Content

PDF
ANALYSIS OF TUITION GROWTH RATES BASED ON CLUSTERING AND REGRESSION MODELS
PDF
Use of ICT in Higher Education, University Teacher Prospective an Analysis of...
PPT
Workforce Development: The Next Plan
PDF
Discovering rules for nursery students using apriori algorithm
PPTX
Les7e ppt ada_0101
PDF
Data Mining Application in Advertisement Management of Higher Educational Ins...
PDF
Statistics education in nigeria a recent survey
PDF
Data Mining Model for Predicting Student Enrolment in STEM Courses in Higher ...
ANALYSIS OF TUITION GROWTH RATES BASED ON CLUSTERING AND REGRESSION MODELS
Use of ICT in Higher Education, University Teacher Prospective an Analysis of...
Workforce Development: The Next Plan
Discovering rules for nursery students using apriori algorithm
Les7e ppt ada_0101
Data Mining Application in Advertisement Management of Higher Educational Ins...
Statistics education in nigeria a recent survey
Data Mining Model for Predicting Student Enrolment in STEM Courses in Higher ...

What's hot (14)

PPTX
Presentation acdec2013
PDF
PREDICTING ACADEMIC MAJOR OF STUDENTS USING BAYESIAN NETWORKS TO THE CASE OF ...
PDF
11.fostering the practice and teaching of statistical consulting among young ...
PDF
3.[13 18]fostering the practice and teaching of statistical consulting among ...
DOCX
3.[13 18]fostering the practice and teaching of statistical consulting among ...
PDF
AN INTEGRATED SYSTEM FRAMEWORK FOR PREDICTING STUDENTS’ ACADEMIC PERFORMANCE ...
PDF
Modern aspects of the application of information and communication technologi...
PDF
Victor Lavy: Effects of free school choice (february 2016)
PDF
Predicting Success : An Application of Data Mining Techniques to Student Outc...
PDF
Predicting student performance in higher education using multi-regression models
PDF
Ijciet 10 01_195-2-3
PPTX
Dynamics under Various Assumptions on Time and Uncertainty
PDF
Literature Survey on Educational Dropout Prediction
PDF
An investigation of_factors_influencing_student_use_of_technology_in_k-12_cla...
Presentation acdec2013
PREDICTING ACADEMIC MAJOR OF STUDENTS USING BAYESIAN NETWORKS TO THE CASE OF ...
11.fostering the practice and teaching of statistical consulting among young ...
3.[13 18]fostering the practice and teaching of statistical consulting among ...
3.[13 18]fostering the practice and teaching of statistical consulting among ...
AN INTEGRATED SYSTEM FRAMEWORK FOR PREDICTING STUDENTS’ ACADEMIC PERFORMANCE ...
Modern aspects of the application of information and communication technologi...
Victor Lavy: Effects of free school choice (february 2016)
Predicting Success : An Application of Data Mining Techniques to Student Outc...
Predicting student performance in higher education using multi-regression models
Ijciet 10 01_195-2-3
Dynamics under Various Assumptions on Time and Uncertainty
Literature Survey on Educational Dropout Prediction
An investigation of_factors_influencing_student_use_of_technology_in_k-12_cla...
Ad

Viewers also liked (19)

PDF
A PROXY SIGNATURE SCHEME BASED ON NEW SECURE AUTHENTICATED KEY AGREEMENT PROT...
PDF
Developing multithreaded database application using java tools and oracle dat...
PDF
MOCANAR: A Multi-Objective Cuckoo Search Algorithm for Numeric Association Ru...
PDF
A study and implementation of the transit route network design problem for a ...
PDF
Learning scheduler parameters for adaptive preemption
PDF
Edd clustering algorithm for
PDF
An analysis of security challenges in mobile ad hoc networks
PDF
Energy balanced improved leach routing protocol for wireless sensor networks
PDF
Measuring similarity between mobility models and real world motion trajectories
PDF
Event detection in twitter using text and image fusion
PDF
DROIDSWAN: Detecting Malicious Android Applications Based on Static Feature A...
PDF
Effect of Rigidity on Trilateration Technique for Localization in Wireless Se...
PDF
Cooperative Data Sharing with Security in Vehicular Ad-Hoc Networks
PDF
AN GROUP BEHAVIOR MOBILITY MODEL FOR OPPORTUNISTIC NETWORKS
PDF
ONTOLOGY BASED TELE-HEALTH SMART HOME CARE SYSTEM: ONTOSMART TO MONITOR ELDERLY
PDF
Designing a Routing Protocol for Ubiquitous Networks Using ECA Scheme
PDF
Myanmar web pages crawler
PDF
Improvement wsd dictionary using annotated corpus and testing it with simplif...
PDF
Quick pad tagger an efficient graphical user interface for building annotate...
A PROXY SIGNATURE SCHEME BASED ON NEW SECURE AUTHENTICATED KEY AGREEMENT PROT...
Developing multithreaded database application using java tools and oracle dat...
MOCANAR: A Multi-Objective Cuckoo Search Algorithm for Numeric Association Ru...
A study and implementation of the transit route network design problem for a ...
Learning scheduler parameters for adaptive preemption
Edd clustering algorithm for
An analysis of security challenges in mobile ad hoc networks
Energy balanced improved leach routing protocol for wireless sensor networks
Measuring similarity between mobility models and real world motion trajectories
Event detection in twitter using text and image fusion
DROIDSWAN: Detecting Malicious Android Applications Based on Static Feature A...
Effect of Rigidity on Trilateration Technique for Localization in Wireless Se...
Cooperative Data Sharing with Security in Vehicular Ad-Hoc Networks
AN GROUP BEHAVIOR MOBILITY MODEL FOR OPPORTUNISTIC NETWORKS
ONTOLOGY BASED TELE-HEALTH SMART HOME CARE SYSTEM: ONTOSMART TO MONITOR ELDERLY
Designing a Routing Protocol for Ubiquitous Networks Using ECA Scheme
Myanmar web pages crawler
Improvement wsd dictionary using annotated corpus and testing it with simplif...
Quick pad tagger an efficient graphical user interface for building annotate...
Ad

Similar to Analysis of Rising Tutition Rates in The United States Based on Clustering Analysis and Regression Models (20)

PDF
Research proposal information_and_communication_te
PDF
Labor Market Returns to higher Education in Viet Nam
DOCX
Journal of Econometrics 121 (2004) 175–212www.elsevier.coml.docx
PDF
DOCX
Empirical Reasearch Project
PDF
1 Delivering STEM Education Through Career And Technical Education Schools An...
PDF
Analysis of Demand, Cost and Income of a Private Education Institution - A St...
DOCX
Multiple Regression Review1) Please explain why the adjusted R
PDF
A structural equation model of tertiary academic achievement
PDF
A structural equation model of tertiary academic achievement
PDF
Matthew_Sullivan_Honors_Thesis
PDF
BOR Report-Final
PDF
SES Report 07-08
PDF
Student faculty report on the athletic budget rev 4 22_16
PDF
The Fiscal Externalities of Charter Schools: Evidence from North Carolina
PDF
EconomicsofEducation-2012
PDF
Texas higher ed forecast 2017 to 20259111
PDF
The Effect of Educational Factors on Graduate Earnings
PDF
Research proposal information_and_communication_te
Labor Market Returns to higher Education in Viet Nam
Journal of Econometrics 121 (2004) 175–212www.elsevier.coml.docx
Empirical Reasearch Project
1 Delivering STEM Education Through Career And Technical Education Schools An...
Analysis of Demand, Cost and Income of a Private Education Institution - A St...
Multiple Regression Review1) Please explain why the adjusted R
A structural equation model of tertiary academic achievement
A structural equation model of tertiary academic achievement
Matthew_Sullivan_Honors_Thesis
BOR Report-Final
SES Report 07-08
Student faculty report on the athletic budget rev 4 22_16
The Fiscal Externalities of Charter Schools: Evidence from North Carolina
EconomicsofEducation-2012
Texas higher ed forecast 2017 to 20259111
The Effect of Educational Factors on Graduate Earnings

Recently uploaded (20)

PDF
TFEC-4-2020-Design-Guide-for-Timber-Roof-Trusses.pdf
PDF
Well-logging-methods_new................
PDF
Embodied AI: Ushering in the Next Era of Intelligent Systems
PPTX
Foundation to blockchain - A guide to Blockchain Tech
PDF
PRIZ Academy - 9 Windows Thinking Where to Invest Today to Win Tomorrow.pdf
PDF
Digital Logic Computer Design lecture notes
PPTX
bas. eng. economics group 4 presentation 1.pptx
PDF
July 2025 - Top 10 Read Articles in International Journal of Software Enginee...
PPTX
Geodesy 1.pptx...............................................
PDF
BMEC211 - INTRODUCTION TO MECHATRONICS-1.pdf
PPT
Mechanical Engineering MATERIALS Selection
PPTX
Artificial Intelligence
PDF
composite construction of structures.pdf
DOCX
573137875-Attendance-Management-System-original
PDF
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
PPTX
CARTOGRAPHY AND GEOINFORMATION VISUALIZATION chapter1 NPTE (2).pptx
PPTX
UNIT 4 Total Quality Management .pptx
PPTX
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
PPTX
web development for engineering and engineering
PPTX
UNIT-1 - COAL BASED THERMAL POWER PLANTS
TFEC-4-2020-Design-Guide-for-Timber-Roof-Trusses.pdf
Well-logging-methods_new................
Embodied AI: Ushering in the Next Era of Intelligent Systems
Foundation to blockchain - A guide to Blockchain Tech
PRIZ Academy - 9 Windows Thinking Where to Invest Today to Win Tomorrow.pdf
Digital Logic Computer Design lecture notes
bas. eng. economics group 4 presentation 1.pptx
July 2025 - Top 10 Read Articles in International Journal of Software Enginee...
Geodesy 1.pptx...............................................
BMEC211 - INTRODUCTION TO MECHATRONICS-1.pdf
Mechanical Engineering MATERIALS Selection
Artificial Intelligence
composite construction of structures.pdf
573137875-Attendance-Management-System-original
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
CARTOGRAPHY AND GEOINFORMATION VISUALIZATION chapter1 NPTE (2).pptx
UNIT 4 Total Quality Management .pptx
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
web development for engineering and engineering
UNIT-1 - COAL BASED THERMAL POWER PLANTS

Analysis of Rising Tutition Rates in The United States Based on Clustering Analysis and Regression Models

  • 1. Jan Zizka et al. (Eds) : CCSEIT, AIAP, DMDB, MoWiN, CoSIT, CRIS, SIGL, ICBB, CNSA-2016 pp. 127–144, 2016. © CS & IT-CSCP 2016 DOI : 10.5121/csit.2016.60611 ANALYSIS OF RISING TUITION RATES IN THE UNITED STATES BASED ON CLUSTERING ANALYSIS AND REGRESSION MODELS Long Cheng1,2 and Chenyu You1,2 1 Department of Electrical, Computer and Systems Engineering, 2 Department of Mathematical Sciences, Rensselaer Polytechnic Institute, Troy, NY, USA dearlongcheng@gmail.com youc2@rpi.edu ABSTRACT Since higher education is one of the major driving forces for country development and social prosperity, and tuition plays a significant role in determining whether or not a person can afford to receive higher education, the rising tuition is a topic of big concern today. So it is essentially necessary to understand what factors affect the tuition and how they increase or decrease the tuition. Many existing studies on the rising tuition either lack large amounts of real data and proper quantitative models to support their conclusions, or are limited to focus on only a few factors that might affect the tuition, which fail to make a comprehensive analysis. In this paper, we explore a wide variety of factors that might affect the tuition growth rate by use of large amounts of authentic data and different quantitative methods such as clustering analysis and regression models. KEYWORDS Higher Education, Tuition Growth Rate, K-means Clustering, Linear Regression, Decision Tree, Random Effect 1. INTRODUCTION There is no doubt that education is vital to the development of a country [1], especially considering now the United States has transferred from a labour-intensive economy to a knowledge-based economy [2]. Research study in [3] shows that college education is becoming increasingly expensive while the return on its investment is falling. It is believed that this trend will eventually affect how people view the importance of education to individuals in the future even though between 2000 and 2010, undergraduate tuition fee is increased by 3.4 percent each year on average at public four-year colleges and 2.8 percent at private institutions; both of them are on average 2.5 percent higher than the average annual rate of inflation. In addition, the second largest expense in a family is the expenditure for children’s education, which might indicate that the increase in income will increase the demand in higher education and finally affect the tuition fee.
  • 2. 128 Computer Science & Information Technology (CS & IT) The rising tuition fee plagues thousands of families every year [4], and the increase rate of tuition fee becomes higher and higher, which motivate us in this paper to explore what are the key factors that cause such high rate. Initially we think there are two main reasons for the rise in the tuition fee. One is the increase in university expenses. The adjusted cost at public universities was increased on average by 28 percent from 2000 to 2010. The other reason is the recession, which led a budget crisis. Education is one of the largest components of state budget. Hence, the government has to reduce the education expenditure. Since “early leaning” is critical to children’s success in the future, the government decided to preserve the most essential programs, K-12 basic education, for the youngest citizens but cut more budgets in higher education to avoid budget shortage. A fixed-effects model using cross-sectional and time-series date is proposed in [7] to explore how different racial groups react to the tuition fee. A method using multivariate regression analysis to investigate the relationship between enrollment rates and tuition fees is studied in [9] with the consideration of different races, enrolment rates and states. [10] studies how the change of the tuition fee affects personal decision on higher education and shows that even though both higher student scholarship and lower tuition fee would increase the students enrolment rate, the actual amount of money that students have to pay by themselves is a more important factor that affects their decision. [13] applies the investment theory and the consumption approach to study the demand for higher education with the consideration of the tuition fee. And the result shows that the demand for higher education react positively to family income increase and negatively to tuition fee increase. The effect of socioeconomic status of students on education opportunity and tuition fee is explored in [11]. The conclusion in [12] indicates the tuition fee has less impact than some other micro-econometric factors on college enrollment. It is also showed that the change of the tuition fee might have different impacts on different geographic locations, which are also affected by the tax rate [15]. Though some preliminary research on tuition fee analysis has been done in above papers, they fail to present a very detailed analysis using large amounts of raw data and considering a wide variety of factors. This paper explores many different factors, including both in-school ones and macro-economic ones, that might have impacts on tuition levels. And we find out that possible in-school factors that determine tuition price might be university ranking, class size, percentage of full-time faculty, college acceptance rate, classroom equipment, financial need, and the number of full-time students. In the macro-economic prospect, unemployment rate, price level, government policy and the average income level might make great effects on the rise of college tuition in the United States. Other possible factors that might contribute to the increment of tuition rates include geography and population. 2. DATA DESCRIPTION A reliable dataset from National Center for Education Statistics IPEDS Analytics: Delta Cost Project Database [6] is used in this paper. This is a longitudinal database derived from IPEDS finance, enrollment, staffing, completions and student aid data for academic years 2000-2001 through 2009-10. There are 950 variables used in the dataset to record information about tuition fee, state name, school name, employee number, and so on. All the variables are carefully reviewed and finally 30 variables are selected in this paper to perform the analysis. For example, considering the fact that
  • 3. Computer Science & Information Technology (CS & IT) 129 many graduate students are part-time students, whose tuition fees vary a lot even though they are in the same graduate program, so we decide to delete all data related with graduate students, and only focus on undergraduate students. Meanwhile, schools are divided into three categories: private school, public school with in-state tuitions, and public school with out-of-state tuitions, for the convenience of analysis. After the initial variable selection procedure, those variables are again inspected to see if they contain too many missing values. There are five variables (see Figure 1) that contain more than 40000 missing values, which are more than half of the total number (the total number is around 80000). Even though there are some existing methods to add the missing data, the accuracy of the analysis could be impaired if we use those methods to add so many missing data for those five variables. So we decide to delete those five variables and only use the other 25 variables. This paper will further explain how these variables are selected and processed in details in Part 3 ANALYSIS. Figure 1. Missing values of the selected 30 variables 3. ANALYSIS This data set contains around 1000 schools’ information. Since most students only care more about schools they are familiar with, our paper only focuses on those well-known universities. So we set up the minimum bounds of 25% quantile and 75% quantile SAT scores as 400 and 600, for both Math and Verbal sections. After this SAT score selection, there are 370 schools left. In addition, 9-year data is used in this paper to analyze the trend of tuition rates. For schools with complete 9-year tuition information, we calculate the annual tuition growth rate using [(this year / the previous year)-1] for each year. For schools with only 8-year tuition information, we predict the annual tuition growth rate by [the square root of (the latter year/ the previous year)-1] for the gap year. For instance, if one school misses 2008 tuition information, we predict 2008 tuition growth rate by [square root of (tuition 2009/tuition 2007) -1]. Those schools with less than 8-year tuition data are deleted from the dataset. After above steps, the dataset now contains 9-year tuition information for about 300 universities in 42 states. Lastly, the employee/student ratio and faculty /student ratio are calculated using the raw data and added into the final dataset as two new variables. For a clear presentation, tuition growth rates in the 42 states will be shown using figures according to three categories (private schools, public schools with in-state tuitions, and public schools with out-of-state tuitions). In these figures, x-axis stands for the year, and y-axis stands for the tuition growth rate. For each state, the 25% quantile, 50% quantile, and 75% quantile of
  • 4. 130 Computer Science & Information Technology (CS & IT) the tuition growth rates of all the schools belonging to the same category are calculated and shown in the following figures. (1) Private schools Figure 2 shows the tuition growth rates from 2002 to 2009 for private schools in 42 states. And we remove graphs of some states that don’t have significant changes of tuition growth rates. In the end, there are 16 graphs left, which means that there are 16 states that have apparent trend changes in tuition growth rates. Figure 2. Tuition growth rates from 2002 to 2009 for private schools in 16 states From this figure, it can be seen that in most academic years, the tuition growth rates change slowly. However, there are two academic years that have sharp changes. One is academic year 2003-2004, another one is 2008-2009. For almost all states, there is a decrease in tuition growth rates for 2008-2009. We guess that this is related with 2008 Financial Crisis, which leads to a deflation, making the tuition growth rate decrease. One thing needs to be noticed is that even though the tuition growth rate decreases for 2008-2009, the tuition fee still increases.
  • 5. Computer Science & Information Technology (CS & IT) 131 (2) Public schools with in-state tuition Similarly, there are 12 states that have apparent trend changes in tuition growth rates, as shown in Figure 3. Figure 3. Tuition growth rates from 2002 to 2009 for public schools with in-state tuition in 12 states Since all public schools belong to the UC system in California and all those schools have the same tuition growth rate, there is only one line in the graph for California. To figure out the reason why Alabama, Colorado, Indiana, Maryland, and North Carolina have significant changes of tuition growth rates, the original dataset is checked and it is noticed that only a few schools belongs to this category in these five states. So changes of tuition growth rates in one school affect the results of the whole state a lot. (3) Public schools with out-of-state tuition Similarly, there are 14 states that have apparent trend changes in tuition growth rates, as shown in Figure 4. We find out that almost all these 14 states, except for Texas, have slow changes during those years.
  • 6. 132 Computer Science & Information Technology (CS & IT) Figure 4. Tuition growth rates from 2002 to 2009 for public schools without-state tuition in 14 states 4. MODEL DEVELOPMENT 4.1 Clustering Analysis K-means clustering is utilized in this paper to analyze the dataset based on four criteria: quantiles of all years, quantile in every single year, tuition growth rates, and tuition fees. For each of those criteria, different numbers of clusters are chosen. We also draw state maps to show the clustering results for each category for all years. And in all these maps, the smaller cluster number represents the lower tuition growth rate, and the larger cluster number represents the higher tuition growth rate. For instance, Cluster #1 represents for the lowest tuition growth rate. 4.1.1 Using Quantiles of All Years (1) Choose the number of clusters From Figure 5 and Figure 6, we decide to use 4 clusters for private schools, and 6 clusters for public schools with out-of-state tuition. There is no need to cluster public schools with in-state tuition, since the corresponding figure is only a horizontal line.
  • 7. Computer Science & Information Technology (CS & IT) 133 Figure 5. WithinSS for quantiles data (private schools) Figure 6. WithinSS for quantiles data (public schools with out-of-state tuition)
  • 8. 134 Computer Science & Information Technology (CS & IT) (2) Maps for private schools Figure 7. Clustering maps for private schools using quantiles for all years
  • 9. Computer Science & Information Technology (CS & IT) 135 (3) Maps for public schools with out-of-state tuition Even though there are 6 clusters in total for public schools with out-of-state tuition, there is only 1 cluster for each year. So we do not draw the figure. After checking the original data, we find out that this is because the number of public schools is too small. 4.1.2 Using Quantiles in Every Single Year (1) Choose the number of clusters Repeat the same procedure as the above section, we choose to use 3 clusters for both private schools and public schools without-state tuition. (2) Maps for public schools with out-of-state tuition
  • 10. 136 Computer Science & Information Technology (CS & IT) Figure 8. Clustering maps for public schools with out-of-state tuition using quantiles in every single year From Figure 8 we can see that for the northeast coast, there is a sharp rise in year 2003 and year 2009 separately. This maybe because the Iraq War starts from March, 2003 and costs the government too much money, resulting in a budget cut for universities. Meanwhile, the financial crisis starts from 2008, causing a shortage of funds in universities. So tuition growth rates become higher. The similar situation also occurs in southern states, where the tuition growth rates are very high after year 2003. By contrast, tuition growth rates almost remain steady in west coast. (3) Maps for private schools
  • 11. Computer Science & Information Technology (CS & IT) 137 Figure 9. Clustering maps for private schools using quantiles in every single year In Figure 9, it can be seen that from 2002 to 2009, the color of the middle area is first light, then it becomes darker and darker year by year, which indicates the tuition rates increase more and more slowly. 4.1.3 Using All Tuition Growth Rates (1) Choose the number of clusters We repeat same procedures as above, and we finally choose to make 7 clusters for both public schools with in-state tuition and public schools with-out-of-state tuition. And we do not do clustering analysis for private schools. To save place, this paper just shows maps for public schools with in-state tuition. (2) Maps for public schools with in-state tuition
  • 12. 138 Computer Science & Information Technology (CS & IT) Figure 10. Clustering maps for public schools with in-state tuition using all tuition growth rates 4.1.4 Using Raw Tuition Fees (1) Choose the number of clusters The same procedures are repeated as above, 5 clusters are finally chosen for both public schools with in-state tuition and public schools with-out-of-state tuition using all raw tuition fees in the dataset. And we do not do clustering analysis for private schools. To save place, this paper just shows maps for public schools with in-state tuition.
  • 13. Computer Science & Information Technology (CS & IT) 139 (2) Maps for public schools with in-state tuition Figure 11. Clustering maps for public schools with in-state tuition using raw tuition fee
  • 14. 140 Computer Science & Information Technology (CS & IT) 4.2 Regression Models To make a more comprehensive analysis, we first winsorizes outliers because there are many unreasonable outliers in various variables, shown in Figure 11. Then we create dummy variables for academic year and use state and clusters as control variables. Also, we discover a collinear phenomenon existed between “employee to student ratio” and “faculty to student ratio”. In addition, our regression model also uses some other variables including total revenue, expenditures, restricted revenue, states, academic years and so on. This paper uses linear regression, regression tree, decision tree and random effect model to study the rising tuition rates in the United States. Figure 12. Data distributions and outliers for various variables
  • 15. Computer Science & Information Technology (CS & IT) 141 (1) Linear regression results All models’ R-squared is relatively small, which means this model does not fit the dataset very well. In addition, the predicted results using this linear regression model with the test dataset just capture a part of the trend about the tuition growth rates. The detailed regression results are shown in the following Tables. Table 1. Regression results for all schools Table 2. Regression results for private schools Table 3. Regression results for public schools with out-of-state tuition
  • 16. 142 Computer Science & Information Technology (CS & IT) Table 4. Regression results for public schools with in (2) Regression tree results The regression trees results are shown as follows: Variable importance for private schools: Variable importance for public schools with Variable importance for public schools with (3) Decision tree and random effect model To account for the random effects in the analysis of tuition growth rates, we also propose a decision tree and random effect model in this paper. It is shown as follows: 1(X , ,X ) Z , 1, ,i p i iy f b i N= + + =L L Computer Science & Information Technology (CS & IT) Table 4. Regression results for public schools with in-state tuition The regression trees results are shown as follows: private schools: schools with in-state tuition: schools with out-of-state tuition: Decision tree and random effect model To account for the random effects in the analysis of tuition growth rates, we also propose a tree and random effect model in this paper. It is shown as follows: (X , ,X ) Z , 1, ,i p i iy f b i Nε= + + =L L To account for the random effects in the analysis of tuition growth rates, we also propose a (1)
  • 17. Computer Science & Information Technology (CS & IT) 143 Fixed effects are described using decision tree model 1(X , ,X )pf L and the random effect is considered using Zi ib . Though results of this model are very similar to the results in the regression tree section, this model can combine the merits of a tree-based model and a random effect model, which means that this model is capable of analyzing dataset with irregular data, tolerating variable selection bias and reducing computational cost. 5. CONCLUSION AND DISCUSSION It has been noticed that the tuition growth rates have a sharp increase from 2003-2004 for public schools with in-state tuition, a sharp increase from 2004-2005 for public schools with out-of-state tuition, and a sharp increase from 2008-2009 for private schools. We deduce that these phenomenon are correlated with 2003 Iraq War, and 2008 Financial Crisis. From the clustering analysis, we find out that for private schools the tuition growth rates increase year by year for nearly all states. And for public schools, tuition growth rates of public schools on the west coast grow more slowly than that of public schools on the east coast. From the regression models, we can conclude that for all types of schools, both expenditures and total revenue are significant for the tuition growth rate. In addition, the tuition growth rate is positively related with the expenditure while negatively related with the total revenue. REFERENCES [1] Ehrenberg, Ronald G, (2012) "American higher education in transition", The Journal of Economic Perspectives, pp193-216. [2] Bell, Daniel, (1976) "The coming of the post-industrial society", The Educational Forum, Vol. 40, No. 4. Taylor & Francis Group. [3] Garrett, Thomas A, and William Poole, (2006) "Stop paying more for less: ways to boost productivity in higher education", The Regional Economist, Vol. 4, No. 9. [4] Chiodo, Abbigail, and Michael T. Owyang, (2003) "Financial aid and college choice", Economic Synopses, 2003-08-03. [5] Chang, W. (2012), R graphics cookbook, "O’Reilly Media, Inc.", ISBN: 978-1-449-31695-2. [6] U.S. Department of Education, Institute of Education Sciences, National Center for Education Statistics. Data Source Website: https://nces.ed.gov/ipeds/deltacostproject. [7] Heller, Donald E, (1996) "Tuition Prices, Financial Aid, and Access to Public Higher Education: A State-Level Analysis". [8] Baird, Katherine, (2006) "Access to College: The Role of Tuition, Financial Aid, Scholastic Preparation and College Supply in Public College Enrollments", Journal of Student Financial, Vol. 36, No. 3, pp16-38. [9] Betts, Julian R., and Laurel L. McFarland, (1995) "Safe port in a storm: The impact of labor market conditions on community college enrollments", Journal of Human Resources, pp741-765. [10] Jackson, Gregory A., and George B. Weathersby, (1975) "Individual demand for higher education: A review and analysis of recent empirical studies", The Journal of Higher Education, pp623-652.
  • 18. 144 Computer Science & Information Technology (CS & IT) [11] Campbell, Robert, and Barry N. Siegel, (1967) "The demand for higher education in the United States, 1919-1964", The American Economic Review, pp482-494. [12] Sewell, William H, (1971) "Inequality of opportunity for higher education", American Sociological Review, Vol. 36, No. 5, pp793-809. [13] Heckman, James J., Lance Lochner, and Christopher Taber, (1998) "General equilibrium treatment effects: A study of tuition policy", No. w6426, National Bureau of Economic Research. [14] Becker, Gary S, (2009) "Human capital: A theoretical and empirical analysis, with special reference to education", University of Chicago Press. [15] Heckman, James J, (1997) "Instrumental variables: A study of implicit behavioral assumptions in one widely used estimator", Journal of Human Resources, Vol. 32, No. 3. AUTHOR Long Cheng is currently working as the COO and research scientist at Kiwii Power Technology Co., Ltd, Troy, NY, USA. Before that, he worked as a data scientist at Rang Technologies Inc, Piscataway, NJ, USA. He received his Master’s Degrees in both Electrical Engineering and Applied Mathematics from Rensselaer Polytechnic Institute, Troy, NY, USA in May 2015 and his B.S. in Electrical Engineering and Automation from Tianjin University, Tianjin, China in July 2013. His research interests include machine learning, data mining and smart grids. Chenyu You is currently pursuing his B.S. in Electrical Engineering with a minor in Mathematics from Rensselaer Polytechnic Institute, Troy, NY, USA. His research interests are machine learning, data mining, statistical signal processing and mathematical modelling