F-Lauria / Data_analysis

Data analysis in R with Wave 6 of the World Values Survey: from inference to prediction with Multiple-Linear Regression.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data Analysis - R

Data analysis in R with data from Wave 6 of the World Values Survey. Official data can be found here. However, for this project a specific Data Processing has been done: here the processed data.

Tablet of Contents

General info

This is a university project from the course of Statistics and Methodology from Tilburg University. The overall goal is to choose a set of variables (5) among hundreds of them in the World Values Survey and use these variables in a Multiple Linear Regression (MLR) method for both, inference and prediction. In the first case, the goal is to look for significance effect on heppiness while for prediction, the goal is to predict FinStat, that is, financial situation.

The full description of the project can be found here. In addition to that, a report has been done. In the report you can find all the solutions and main insights.

Code

If you want to run everything, here you can find all the code.

Technologies

All the project was created with:

  • R

Setup

For running this code you need:

  • MASS library
  • MLmetrics library

On top of that, other custum functions were used.

About

Data analysis in R with Wave 6 of the World Values Survey: from inference to prediction with Multiple-Linear Regression.


Languages

Language:R 100.0%