[Robast-commits] r488 - branches/robast-0.9/pkg/RobAStBase/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon Jun 25 16:00:44 CEST 2012
Author: ruckdeschel
Date: 2012-06-25 16:00:43 +0200 (Mon, 25 Jun 2012)
New Revision: 488
Modified:
branches/robast-0.9/pkg/RobAStBase/R/kStepEstimator.R
Log:
in my last session forgot to commit something in RobAStBase
Modified: branches/robast-0.9/pkg/RobAStBase/R/kStepEstimator.R
===================================================================
--- branches/robast-0.9/pkg/RobAStBase/R/kStepEstimator.R 2012-06-05 16:30:26 UTC (rev 487)
+++ branches/robast-0.9/pkg/RobAStBase/R/kStepEstimator.R 2012-06-25 14:00:43 UTC (rev 488)
@@ -15,6 +15,8 @@
withPICList = getRobAStBaseOption("withPICList"),
na.rm = TRUE, startArgList = NULL, ...,
withLogScale = TRUE){
+
+ if(missing(IC.UpdateInKer)) IC.UpdateInKer <- NULL
## save call
es.call <- match.call()
es.call[[1]] <- as.name("kStepEstimator")
More information about the Robast-commits
mailing list