[Robast-commits] r351 - in branches/robast-0.7/pkg: RobAStBase/R RobAStBase/chm RobLox/chm
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Aug 26 04:26:25 CEST 2009
Author: ruckdeschel
Date: 2009-08-26 04:26:25 +0200 (Wed, 26 Aug 2009)
New Revision: 351
Modified:
branches/robast-0.7/pkg/RobAStBase/R/kStepEstimator.R
branches/robast-0.7/pkg/RobAStBase/chm/RobAStBase.chm
branches/robast-0.7/pkg/RobLox/chm/RobLox.chm
Log:
new kstepEstimator returned [untransformed.]estimates with dim - attribute ...
this caused e.g. problems in RobLox, in rlsOptIC.AL.Rd, changed this;
Modified: branches/robast-0.7/pkg/RobAStBase/R/kStepEstimator.R
===================================================================
--- branches/robast-0.7/pkg/RobAStBase/R/kStepEstimator.R 2009-08-26 02:08:24 UTC (rev 350)
+++ branches/robast-0.7/pkg/RobAStBase/R/kStepEstimator.R 2009-08-26 02:26:25 UTC (rev 351)
@@ -184,6 +184,9 @@
if(is.null(names(theta))) names(theta) <- rownames(Dtau)
if(is.null(names(u.theta))) names(u.theta) <- colnames(u.theta)
+ dim(theta) <- NULL
+ dim(u.theta) <- NULL
+
nuis.idx <- if(is(start,"Estimate")) start at nuis.idx else NULL
fixed <- if(is(start,"Estimate")) start at fixed else NULL
Modified: branches/robast-0.7/pkg/RobAStBase/chm/RobAStBase.chm
===================================================================
(Binary files differ)
Modified: branches/robast-0.7/pkg/RobLox/chm/RobLox.chm
===================================================================
(Binary files differ)
More information about the Robast-commits
mailing list