-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy path_Setup_config.R
54 lines (47 loc) · 2.02 KB
/
_Setup_config.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# _Setup_config.R ####
# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# R code of the Learning Technology & Analytics Research Group of THUAS
# Copyright 2025 THUAS
# Web Page: http://www.thuas.com
# Contact: Theo Bakker ([email protected])
# Distribution outside THUAS: Yes
#
# Purpose: A config file to create settings for this proejct.
#
# Dependencies: None
#
# Datasets: None
#
# Remarks:
# 1) None.
# 2) ___
# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# . ####
# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# 1. CONFIG ####
# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# 1.1 Defaults if params don't exist ####
if (!exists("params")) {
params <- list()
params$succes <- "Retentie na 1 jaar"
params$model <- "Retentie na 1 jaar"
params$pd <- "Nvt"
params$use_synthetic_data <- TRUE
params$recreate_plots <- FALSE
params$sp <- "CMD"
params$sp_form <- "VT"
params$enrollment_selection <- FALSE
}
# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# 1.2 Research settings ####
research_settings <- list()
research_settings[["research_path"]] <- "Kansengelijkheid"
research_settings[["succes_label"]] <- "Kans op retentie"
research_settings[["institution"]] <- "HHs"
research_settings[["data_provider"]] <- "De HHs, IR & Analytics"
research_settings[["analysis"]] <- "De HHs, Lectoraat Learning Technology & Analytics"
# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# 1.3 Data settings ####
pin_board <- "HHs/Inschrijvingen"