[Robast-commits] r1004 - branches/robast-1.1/pkg/RobAStBase/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Jul 20 14:55:03 CEST 2018


Author: ruckdeschel
Date: 2018-07-20 14:55:03 +0200 (Fri, 20 Jul 2018)
New Revision: 1004

Modified:
   branches/robast-1.1/pkg/RobAStBase/R/IC.R
Log:
[RobAStRDA] branch 1.1 fixed typo in message of checkIC

Modified: branches/robast-1.1/pkg/RobAStBase/R/IC.R
===================================================================
--- branches/robast-1.1/pkg/RobAStBase/R/IC.R	2018-07-20 12:54:03 UTC (rev 1003)
+++ branches/robast-1.1/pkg/RobAStBase/R/IC.R	2018-07-20 12:55:03 UTC (rev 1004)
@@ -75,7 +75,7 @@
         if(out){
             cat("precision of Fisher consistency:\n")
             print(consist)
-            cat("precision of Fisher consistency - relativ error [%]:\n")
+            cat("precision of Fisher consistency - relative error [%]:\n")
             print(100*consist/trafo)
         }
 



More information about the Robast-commits mailing list