Skip to content

Commit

Permalink
No spaces in PDF file names
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Feb 20, 2015
1 parent 4bbb673 commit 8ba9542
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RRegrs/R/RRegrs_Functions.R
Expand Up @@ -3674,8 +3674,8 @@ RRegrs<- function(DataFileName="ds.House.csv",PathDataSet="DataResults",noCores=
cat("Statistics for all data set splittings/methods/CV types:", ResBySplits,"\n")
cat("Averages by method/CV type:",ResAvgsF,"\n")
cat("Best model statistics:",ResBestF,"\n")
cat("Best model plots:",paste(ResBestF,".repeatedcv.split",i,".pdf"),"\n")
cat("Best model Y-randomization plot:",paste(ResBestF,".Yrand.Hist.pdf"),"\n")
cat("Best model plots:",paste(ResBestF,".repeatedcv.split",i,".pdf",sep=""),"\n")
cat("Best model Y-randomization plot:",paste(ResBestF,".Yrand.Hist.pdf",sep=""),"\n")
cat("\n* if you choose Details, additional CSV and PDF files will be create for each method.\n")

return(list(BestMethod=best.reg,BestStats=my.stats.reg, Models=dfMod))
Expand Down

0 comments on commit 8ba9542

Please sign in to comment.