From 96ed69e0a6981240197e639789be5ce632ed87e5 Mon Sep 17 00:00:00 2001 From: Rikard Nordgren Date: Fri, 26 Oct 2018 15:46:49 +0200 Subject: [PATCH] bootstrap: dofv->deltaofv --- R-scripts/bootstrap_default.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R-scripts/bootstrap_default.Rmd b/R-scripts/bootstrap_default.Rmd index bbf9ace4f..3743ae7f2 100644 --- a/R-scripts/bootstrap_default.Rmd +++ b/R-scripts/bootstrap_default.Rmd @@ -88,7 +88,7 @@ if (rplots.level > 1) { ```{r correlation_plot,results='hide',echo=FALSE,fig.width=10,fig.height=7,fig.keep="high",fig.align="center"} if(file.exists("raw_results_dofv.csv")) { df <- read.csv("raw_results_dofv.csv",stringsAsFactors = F) - needed_column <- fix_column_names(c("dofv", ESTIMATED.PARAMS)) + needed_column <- fix_column_names(c("deltaofv", ESTIMATED.PARAMS)) if(nrow(df)>1) { df <- df %>% dplyr::select(!!needed_column) %>%