[Robast-commits] r196 - pkg/ROptEst/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Oct 31 11:20:59 CET 2008


Author: stamats
Date: 2008-10-31 11:20:59 +0100 (Fri, 31 Oct 2008)
New Revision: 196

Modified:
   pkg/ROptEst/man/roptest.Rd
Log:
added some plots

Modified: pkg/ROptEst/man/roptest.Rd
===================================================================
--- pkg/ROptEst/man/roptest.Rd	2008-10-31 10:18:14 UTC (rev 195)
+++ pkg/ROptEst/man/roptest.Rd	2008-10-31 10:20:59 UTC (rev 196)
@@ -190,6 +190,9 @@
 robest <- roptest(chem, NormLocationScaleFamily(), eps = 0.05, steps = 3)
 estimate(robest)
 confint(robest, symmetricBias())
+plot(pIC(robest))
+## plot of relative and absolute information; cf. Kohl (2005)
+infoPlot(pIC(robest))
 
 ## compute optimally robust estimator (unknown contamination)
 ## takes some time -> use package RobLox!
@@ -197,6 +200,9 @@
                    eps.upper = 0.1, steps = 3)
 estimate(robest1)
 confint(robest1, symmetricBias())
+plot(pIC(robest1))
+## plot of relative and absolute information; cf. Kohl (2005)
+infoPlot(pIC(robest1))
 }
 \concept{k-step construction}
 \concept{optimally robust estimation}



More information about the Robast-commits mailing list