-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMasterscript.R
31 lines (22 loc) · 1.33 KB
/
Masterscript.R
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
##### 1.0 Data processing ----------------------------------------------------------------------------------------------------------
### 1.1 Preliminaries
source("00. Globale indstillinger/Preliminaries.R", encoding = "UTF-8-BOM")
### 1.2 Recoding
source("06. Data/02. Rekodning/02. script/Recoding.R", encoding = "UTF-8-BOM")
### 1.3 Cleaning
source("06. Data/03. Datarens/02. script/Cleaning.R", encoding = "UTF-8-BOM")
### 1.4 Monitor
source("06. Data/04. Monitor/02. script/Monitoring.R", encoding = "UTF-8-BOM")
### 1.5 Merge
source("06. Data/05. Merge/02. script/Merging.R", encoding = "UTF-8-BOM")
##### 2.0 Analysis -----------------------------------------------------------------------------------------------------------------
### 2.1 Overview of results
source("07. Analyse/01. Conjointeksperiment/02. script/Overview.R", encoding = "UTF-8-BOM")
### 2.2 Hierarchy hypothesis
source("07. Analyse/02. Kulturhypoteserne/02. script/Hierarchy.R", encoding = "UTF-8-BOM")
### 2.3 Consensus hypothesis
source("07. Analyse/03. Økonomihypoteserne/02. script/Consensus.R", encoding = "UTF-8-BOM")
### 2.4 Priming hypothesis
source("07. Analyse/04. Priminghypotesen/02. script/Priming.R", encoding = "UTF-8-BOM")
### 2.5 Robust checks
source("07. Analyse/05. Robusthedstest/02. script/Robust.R", encoding = "UTF-8-BOM")