[Robast-commits] r1022 - in branches/robast-1.1/pkg/ROptEst: inst man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sun Jul 22 19:05:44 CEST 2018
Author: ruckdeschel
Date: 2018-07-22 19:05:44 +0200 (Sun, 22 Jul 2018)
New Revision: 1022
Modified:
branches/robast-1.1/pkg/ROptEst/inst/NEWS
branches/robast-1.1/pkg/ROptEst/man/roptest.Rd
Log:
[ROptEst] branch 1.1 argh forgot to document arg withMakeIC
Modified: branches/robast-1.1/pkg/ROptEst/inst/NEWS
===================================================================
--- branches/robast-1.1/pkg/ROptEst/inst/NEWS 2018-07-22 16:59:28 UTC (rev 1021)
+++ branches/robast-1.1/pkg/ROptEst/inst/NEWS 2018-07-22 17:05:44 UTC (rev 1022)
@@ -15,8 +15,9 @@
+ plot-methods now have arguments .nonlb to only plot (but not label) some points
+ plot-methods are vectorized to a higher extent in all arguments
+ plot methods now return an S3 object of class \code{c("plotInfo","DiagnInfo")}, i.e., a list containing the
-information needed to produce the respective plot, which at a later stage could be used by different graphic engines (like, e.g.
-\code{ggplot}) to produce the plot in a different framework. A more detailed description will follow in a subsequent version.
+ information needed to produce the respective plot, which at a later stage could be used by different
+ graphic engines (like, e.g. \code{ggplot}) to produce the plot in a different framework. A more detailed
+ description will follow in a subsequent version.
+ optIC gains argument withMakeIC
+ roptest gains argument withMakeIC
+ getStartIC-methods gain argument withMakeIC
Modified: branches/robast-1.1/pkg/ROptEst/man/roptest.Rd
===================================================================
--- branches/robast-1.1/pkg/ROptEst/man/roptest.Rd 2018-07-22 16:59:28 UTC (rev 1021)
+++ branches/robast-1.1/pkg/ROptEst/man/roptest.Rd 2018-07-22 17:05:44 UTC (rev 1022)
@@ -99,6 +99,8 @@
to do so. If \code{withEvalAsVar} is \code{NULL} (default), the content
of slot \code{.withEvalAsVar} in the L2 family is used instead to take
this decision.}
+ \item{withMakeIC}{logical; if \code{TRUE} the [p]IC is passed through
+ \code{makeIC} before return.}
}
\details{
Computes the optimally robust estimator for a given L2 differentiable
More information about the Robast-commits
mailing list