[Robast-commits] r360 - branches/robast-0.7/pkg/ROptEst/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon Aug 31 19:06:39 CEST 2009
Author: ruckdeschel
Date: 2009-08-31 19:06:38 +0200 (Mon, 31 Aug 2009)
New Revision: 360
Modified:
branches/robast-0.7/pkg/ROptEst/R/roptest.R
Log:
roptest modifies slot start of return value to become initial.est argument
Modified: branches/robast-0.7/pkg/ROptEst/R/roptest.R
===================================================================
--- branches/robast-0.7/pkg/ROptEst/R/roptest.R 2009-08-31 17:04:45 UTC (rev 359)
+++ branches/robast-0.7/pkg/ROptEst/R/roptest.R 2009-08-31 17:06:38 UTC (rev 360)
@@ -115,5 +115,6 @@
paste("computation of IC, asvar and asbias via useLast =", useLast)))
Infos(res) <- Infos
res at completecases <- completecases
+ res at start <- initial.est
return(res)
}
More information about the Robast-commits
mailing list