Updated and created residuals analysis .do file

main
Corentin Choisy 8 months ago
parent af45e435f9
commit 5cb862072c

@ -16,12 +16,12 @@ local N = "50 100 200 300"
foreach s in `ss' { foreach s in `ss' {
foreach Nnn in `N' { foreach Nnn in `N' {
local Nn = `Nnn' local Nn = `Nnn'
local path_data = "/home/corentin/Documents/These/Recherche/Simulations/Data/DIF/N`Nn'" local path_data = "/home/corentin/Documents/These/Recherche/Simulations/Analysis/RESALI/Detection_data"
local path_res = "/home/corentin/Documents/These/Recherche/Simulations/Analysis/RESALI/Results/N`Nn'"
local scenarios = "A B C D E F G"
if (`s' <= 4) { if (`s' <= 4) {
local path_data = "/home/corentin/Documents/These/Recherche/Simulations/Data/NoDIF/N`Nn'" local scenarios = "A B C D E"
} }
local path_res = "/home/corentin/Documents/These/Recherche/Simulations/Analysis/ROSALI-DIF/N`Nn'"
local scenarios = "A B C D E F G"
foreach scen in `scenarios' { foreach scen in `scenarios' {
clear clear
import delim "`path_data'/scenario_`s'`scen'_`Nn'.csv", encoding(ISO-8859-2) case(preserve) clear import delim "`path_data'/scenario_`s'`scen'_`Nn'.csv", encoding(ISO-8859-2) case(preserve) clear

Loading…
Cancel
Save