Materials to be used at the MQAT course
This repository complements the materials available at:
These are not official materials of the course, but they can be used as complementary resources.
- R scripts to prepare the databases
- R scripts for "hand-on" R programming classes
- Database on IMOB trips AML 2018 (refer to INE 2018)
- Database of AML administrative boundaries and areas at freguesia level (DICOFRE), from CAOP 2022 (refer to DGTerritório/CAOP)
- Database of socio-demographic statistics from Census 2021 for the AML at BGRI level (refer to INE Census 2021 for other downloads), including these variables
Instructions for installing R and RStudio.
- R script for R_Basics.R
- Database of IMOB trips at municipal level: TRIPSmode_mun.Rds
- R script for Exploratory Data Analysis
- Database of IMOB trips at a district level (Freguesias): IMOBmodel.Rds
- R script for Multiple Linear Regression
- Database of IMOB trips at a district level: IMOBmodel.Rds
- R script for Exploratory Factor Analysis
- Database of Residential location satisfaction in the Lisbon metropolitan are: example_fact.sav.
- R script for Cluster Analysis
- Database of international airports: Data_Aeroports_Clustersv1
- R scripts and results for the QGIS exercises in R
- Data used, under
geofolder
-
Work with data, Tidy your data, Report reproducibility (tutorials)
-
CheatSheet of Data transformation with
dplyr: pay attention to filter(), select(), distinct(), arrange(), mutate(), group_by() & summarize(), left_join() -
CheatSheet of Data transformation with
tidyr: pay attention to pivot_longer(), pivot_wider()