[Robast-commits] r341 - in branches/robast-0.7/pkg/ROptEst: R chm
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Aug 19 02:27:25 CEST 2009
Author: ruckdeschel
Date: 2009-08-19 02:27:24 +0200 (Wed, 19 Aug 2009)
New Revision: 341
Modified:
branches/robast-0.7/pkg/ROptEst/R/getInfRobIC_asGRisk.R
branches/robast-0.7/pkg/ROptEst/chm/ROptEst.chm
Log:
had overseen some print command to be conditioned by if(verbose)
Modified: branches/robast-0.7/pkg/ROptEst/R/getInfRobIC_asGRisk.R
===================================================================
--- branches/robast-0.7/pkg/ROptEst/R/getInfRobIC_asGRisk.R 2009-08-16 23:40:23 UTC (rev 340)
+++ branches/robast-0.7/pkg/ROptEst/R/getInfRobIC_asGRisk.R 2009-08-19 00:27:24 UTC (rev 341)
@@ -415,7 +415,7 @@
biastype = biastype, Distr = Distr,
V.comp = A.comp, cent = a,
stand = A, w = w)
- print(list(Cov=Cov,A=A,c=a,w=w))
+ if(verbose) print(list(Cov=Cov,A=A,c=a,w=w))
if(!is(risk, "asMSE")){
Risk <- getAsRisk(risk = risk, L2deriv = L2deriv, neighbor = neighbor,
biastype = biastype, clip = b, cent = a, stand = A,
Modified: branches/robast-0.7/pkg/ROptEst/chm/ROptEst.chm
===================================================================
(Binary files differ)
More information about the Robast-commits
mailing list