Skip to content

Instantly share code, notes, and snippets.

View giannou's full-sized avatar

Anastasis Giannousakis giannou

  • E3-Modelling
  • Berlin, Germany
View GitHub Profile
@giannou
giannou / vetting_GLO.rmd
Last active August 1, 2023 12:48
NAVIGATE vetting (global)
---
title: "NAVIGATE Vetting"
author: "Anastasis Giannousakis (E3Modelling)"
output:
pdf_document: default
html_document: default
---
The R code (R Markdown document) that computes these checks can be found here: https://gist.github.com/giannou/0de533a3fd68f2f718214655004e99be.
The code reads a file called `dataset.rds` containing the data for the region "World" of the NAVIGATE vetting dataset as a long-format data-frame. The file `dataset.rds` has to be present in the same folder as the R code. For the summation check, a table (`summation_groups.csv`) needs to be present in the folder. The summation table has the form: column A contains the "parent" variables, and column B the "children" (i.e. variables whose sum must be the value of the "parent").
```{r setup, include=FALSE}