diff options
| author | Loïc Guégan <loic.guegan@mailbox.org> | 2025-09-23 13:50:29 +0200 |
|---|---|---|
| committer | Loïc Guégan <loic.guegan@mailbox.org> | 2025-09-23 13:50:29 +0200 |
| commit | ebb8ea1e9647728827cba1fd38915f06a86bcdc2 (patch) | |
| tree | aedc85ee9d473143ef3ea7eae17a80aac216c8e8 /analysis/analysis.R | |
| parent | 296777a891a13df19052564f69c98325e9a0f50d (diff) | |
Cleaning and generate Table IV
Diffstat (limited to 'analysis/analysis.R')
| -rw-r--r-- | analysis/analysis.R | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/analysis/analysis.R b/analysis/analysis.R index 94b6dc6..6d449d2 100644 --- a/analysis/analysis.R +++ b/analysis/analysis.R @@ -108,8 +108,8 @@ GG_SIMULATIONS = function(file,key="NOKEY") { } -#GG_SIMULATIONS("../simulations/results/results_NoHintIsFALSE.csv",key="WITH_HINT") -#GG_SIMULATIONS("../simulations/results/results_NoHintIsTRUE.csv",key="NO_HINT") +GG_SIMULATIONS("../simulations/results/results_NoHintIsFALSE.csv",key="WITH_HINT") +GG_SIMULATIONS("../simulations/results/results_NoHintIsTRUE.csv",key="NO_HINT") system("rm -f figures/combined.pdf") system("pdfunite figures/*.pdf figures/combined.pdf") |
