Skip to content

Commit

Permalink
bootstrap: dofv->deltaofv
Browse files Browse the repository at this point in the history
  • Loading branch information
rikardn committed Oct 26, 2018
1 parent 0295611 commit 96ed69e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R-scripts/bootstrap_default.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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) %>%
Expand Down

0 comments on commit 96ed69e

Please sign in to comment.