Skip to content

Commit

Permalink
change location to which dsc-robust results are saved
Browse files Browse the repository at this point in the history
stephens999 committed Oct 26, 2015
1 parent 7fccae5 commit 114f954
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dsc-robust/run_dsc_robust.R
Original file line number Diff line number Diff line change
@@ -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")



2 changes: 1 addition & 1 deletion dsc-robust/summarize_dsc_robust.rmd
Original file line number Diff line number Diff line change
@@ -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
```

0 comments on commit 114f954

Please sign in to comment.