diff --git a/dsc-robust/run_dsc_robust.R b/dsc-robust/run_dsc_robust.R index 578e947..66277af 100644 --- a/dsc-robust/run_dsc_robust.R +++ b/dsc-robust/run_dsc_robust.R @@ -33,7 +33,7 @@ add_score(dsc_robust,score) ######## Run the DSC ################# res_robust=run_dsc(dsc_robust) -save(dsc_robust,file="dsc_robust.RData") +save(dsc_robust,file="dsc-robust-files/dsc_robust.RData") diff --git a/dsc-robust/summarize_dsc_robust.rmd b/dsc-robust/summarize_dsc_robust.rmd index 734bfdb..c039303 100644 --- a/dsc-robust/summarize_dsc_robust.rmd +++ b/dsc-robust/summarize_dsc_robust.rmd @@ -12,7 +12,7 @@ Here we summarize the results of the simulation study to look at convergence of library(ggplot2) library(reshape2) library("dplyr") - load("dsc_robust.RData") + load("dsc-robust-files/dsc_robust.RData") res = dsc_robust$res ```