Skip to content

LPvdT/dropout-analysis

Repository files navigation

Header

Analysis: Dropout in Dutch vocational education

Analysis of student dropout in the Dutch vocational education system.

Description

In this project, analysis is conducted on student dropout in the Dutch vocational education system. The entire research is document in the BSc thesis Vocational Education and Dropout Rates in The Netherlands, prepared for the Utrecht School of Economics of Utrecht University. The research is conducted through econometric modeling and data exploration in the R programming language. Some components of the analysis here have been altered due to the confidential nature of the data.

Prerequisites

The following R packages are used in the analysis.

library(foreign)
library(stargazer)
library(ggplot2)
library(aod)
library(gridExtra)
library(ggthemes)
library(dplyr)
library(mfx)
library(corrplot)
library(car)
library(LogisticDx)
library(rms)

Results

  1. Analysis results
  2. Exploratory results

Correlation matrix

The missing correlation matrix from the exploratory analysis can be found here.

Acknowledgements

  • The dataset used in this analysis is confidential and will not be uploaded.

About

Analysis of dropout in the Dutch vocational education system using R.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages