[Robast-commits] r616 - branches/robast-0.9/pkg/RobAStBase/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sun Feb 17 01:57:24 CET 2013
Author: ruckdeschel
Date: 2013-02-17 01:57:24 +0100 (Sun, 17 Feb 2013)
New Revision: 616
Modified:
branches/robast-0.9/pkg/RobAStBase/R/IC.R
Log:
RobAStBase: checkIC now also reports relative errors (has possibly already been there but not merged?)
Modified: branches/robast-0.9/pkg/RobAStBase/R/IC.R
===================================================================
--- branches/robast-0.9/pkg/RobAStBase/R/IC.R 2013-02-17 00:53:49 UTC (rev 615)
+++ branches/robast-0.9/pkg/RobAStBase/R/IC.R 2013-02-17 00:57:24 UTC (rev 616)
@@ -75,6 +75,8 @@
if(out){
cat("precision of Fisher consistency:\n")
print(consist)
+ cat("precision of Fisher consistency - relativ error [%]:\n")
+ print(100*consist/trafo)
}
prec <- max(abs(cent), abs(consist))
More information about the Robast-commits
mailing list