Skip to content
Snippets Groups Projects
Commit e4a2a1d1 authored by marius-lucas braun's avatar marius-lucas braun
Browse files

added master script file to run entire analysis at once

parent d20655f2
Branches main
No related tags found
No related merge requests found
system.time({
# activate renv
renv::activate()
# generate parameter spaces
source("scripts/paramspaces.R")
# pre-process welfare data
source("scripts/welf_data.R")
# generate figures
source("scripts/figures.R")
})
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment