[Robast-commits] r1145 - branches/robast-1.2/pkg/ROptEst/man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Aug 15 22:56:26 CEST 2018
Author: ruckdeschel
Date: 2018-08-15 22:56:26 +0200 (Wed, 15 Aug 2018)
New Revision: 1145
Modified:
branches/robast-1.2/pkg/ROptEst/man/RMXEOMSEMBREOBRE.Rd
branches/robast-1.2/pkg/ROptEst/man/roptest.Rd
Log:
[ROptEst] branch 2.8:
- mention the possibility to inspect timings in help to roptest / RMXE/MBRE/OBRE/OMSEstimators,
Modified: branches/robast-1.2/pkg/ROptEst/man/RMXEOMSEMBREOBRE.Rd
===================================================================
--- branches/robast-1.2/pkg/ROptEst/man/RMXEOMSEMBREOBRE.Rd 2018-08-15 20:45:40 UTC (rev 1144)
+++ branches/robast-1.2/pkg/ROptEst/man/RMXEOMSEMBREOBRE.Rd 2018-08-15 20:56:26 UTC (rev 1145)
@@ -178,6 +178,10 @@
All these estimators are realized as wrappers to function \code{roptest}.
+ Timings for the steps run through in these estimators are available
+ in attributes \code{timings}, and for the step of the
+ \code{kStepEstimator} in \code{kStepTimings}.
+
}
\value{Object of class \code{"kStepEstimate"}. In addition, it has
an attribute \code{"timings"} where computation time is stored.}
Modified: branches/robast-1.2/pkg/ROptEst/man/roptest.Rd
===================================================================
--- branches/robast-1.2/pkg/ROptEst/man/roptest.Rd 2018-08-15 20:45:40 UTC (rev 1144)
+++ branches/robast-1.2/pkg/ROptEst/man/roptest.Rd 2018-08-15 20:56:26 UTC (rev 1145)
@@ -194,6 +194,10 @@
If \code{useLast} is set to \code{TRUE} the computation of \code{asvar},
\code{asbias} and \code{IC} is based on the k-step estimate.
+
+ Timings for the steps run through in \code{roptest} are available
+ in attributes \code{timings}, and for the step of the
+ \code{kStepEstimator} in \code{kStepTimings}.
}
\value{Object of class \code{"kStepEstimate"}. In addition, it has
an attribute \code{"timings"} where computation time is stored.}
More information about the Robast-commits
mailing list