[Robast-commits] r810 - branches/robast-1.0/pkg/RobAStBase/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sun May 3 11:14:41 CEST 2015


Author: stamats
Date: 2015-05-03 11:14:41 +0200 (Sun, 03 May 2015)
New Revision: 810

Modified:
   branches/robast-1.0/pkg/RobAStBase/man/qqplot.Rd
Log:
slightly modified example to reduce check time

Modified: branches/robast-1.0/pkg/RobAStBase/man/qqplot.Rd
===================================================================
--- branches/robast-1.0/pkg/RobAStBase/man/qqplot.Rd	2015-05-03 09:02:01 UTC (rev 809)
+++ branches/robast-1.0/pkg/RobAStBase/man/qqplot.Rd	2015-05-03 09:14:41 UTC (rev 810)
@@ -126,12 +126,15 @@
 }
 
 \examples{
-qqplot(r(Norm(15,sqrt(30)))(40), Chisq(df=15))
+qqplot(rnorm(40, mean = 15, sd = sqrt(30)), Chisq(df=15))
 RobM <- InfRobModel(center = NormLocationFamily(mean=13,sd=sqrt(28)),
                     neighbor = ContNeighborhood(radius = 0.4))
-x <- r(Norm(15,sqrt(30)))(20)
+x <- rnorm(20, mean = 15, sd = sqrt(30))
 qqplot(x, RobM)
+## to reduce check time
+\donttest{
 qqplot(x, RobM, alpha.CI=0.9, add.points.CI=FALSE)
+}
 ## further examples for ANY,kStepEstimator-method
 ## in example to roptest() in package ROptEst
 }



More information about the Robast-commits mailing list