[Robast-commits] r1104 - branches/robast-1.2/pkg/RobAStBase/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Aug 6 16:42:33 CEST 2018


Author: ruckdeschel
Date: 2018-08-06 16:42:33 +0200 (Mon, 06 Aug 2018)
New Revision: 1104

Modified:
   branches/robast-1.2/pkg/RobAStBase/R/AllShow.R
Log:
[RobAStBase] branch 1.2: Some bug in show methods 

Modified: branches/robast-1.2/pkg/RobAStBase/R/AllShow.R
===================================================================
--- branches/robast-1.2/pkg/RobAStBase/R/AllShow.R	2018-08-06 12:57:20 UTC (rev 1103)
+++ branches/robast-1.2/pkg/RobAStBase/R/AllShow.R	2018-08-06 14:42:33 UTC (rev 1104)
@@ -108,7 +108,7 @@
 setMethod("show", "kStepEstimate", 
     function(object){
         digits <- getOption("digits")
-        getMethod("show","kStepEstimate")(object)
+        getMethod("show","ALEstimate")(object)
         if(getdistrModOption("show.details") != "minimal"){
             cat("steps:\n")
             print(steps(object), quote = FALSE)



More information about the Robast-commits mailing list