From 114f9549f1cc4ee92a26f0931b170c9f895bf688 Mon Sep 17 00:00:00 2001 From: stephens999 Date: Mon, 26 Oct 2015 09:03:04 -0500 Subject: [PATCH] change location to which dsc-robust results are saved --- dsc-robust/run_dsc_robust.R | 2 +- dsc-robust/summarize_dsc_robust.rmd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 ```