[Robast-commits] r134 - branches/robast-0.6/pkg/RobLox/inst/tests
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Jul 31 18:54:30 CEST 2008
Author: stamats
Date: 2008-07-31 18:54:29 +0200 (Thu, 31 Jul 2008)
New Revision: 134
Modified:
branches/robast-0.6/pkg/RobLox/inst/tests/tests.R
Log:
minor change
Modified: branches/robast-0.6/pkg/RobLox/inst/tests/tests.R
===================================================================
--- branches/robast-0.6/pkg/RobLox/inst/tests/tests.R 2008-07-31 16:23:52 UTC (rev 133)
+++ branches/robast-0.6/pkg/RobLox/inst/tests/tests.R 2008-07-31 16:54:29 UTC (rev 134)
@@ -212,6 +212,7 @@
## some timings
X <- matrix(rnorm(1e5, mean = -1, sd = 3), ncol = 100)
system.time(apply(X, 1, roblox, eps = 0.02))
+## uses rowMedians of package Biobase if available
system.time(rowRoblox(X, eps = 0.02))
system.time(apply(X, 1, roblox))
More information about the Robast-commits
mailing list