[Robast-commits] r307 - branches/robast-0.7/pkg/RobAStBase/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Jun 17 04:43:56 CEST 2009


Author: ruckdeschel
Date: 2009-06-17 04:43:56 +0200 (Wed, 17 Jun 2009)
New Revision: 307

Modified:
   branches/robast-0.7/pkg/RobAStBase/R/IC.R
Log:
oops --- forgot this ... in 
setMethod("checkIC", signature(IC = "IC", L2Fam = "missing"), 


Modified: branches/robast-0.7/pkg/RobAStBase/R/IC.R
===================================================================
--- branches/robast-0.7/pkg/RobAStBase/R/IC.R	2009-06-17 02:25:04 UTC (rev 306)
+++ branches/robast-0.7/pkg/RobAStBase/R/IC.R	2009-06-17 02:43:56 UTC (rev 307)
@@ -51,9 +51,9 @@
 
 ## check centering and Fisher consistency
 setMethod("checkIC", signature(IC = "IC", L2Fam = "missing"), 
-    function(IC, out = TRUE){ 
+    function(IC, out = TRUE, ...){
         L2Fam <- eval(IC at CallL2Fam)
-        checkIC(IC, L2Fam)        
+        checkIC(IC, L2Fam, ...)
     })
 ## check centering and Fisher consistency
 setMethod("checkIC", signature(IC = "IC", L2Fam = "L2ParamFamily"), 



More information about the Robast-commits mailing list