[Robast-commits] r1021 - 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 18:59:28 CEST 2018


Author: ruckdeschel
Date: 2018-07-22 18:59:28 +0200 (Sun, 22 Jul 2018)
New Revision: 1021

Modified:
   branches/robast-1.1/pkg/ROptEst/inst/NEWS
   branches/robast-1.1/pkg/ROptEst/man/roptest.Rd
Log:
[ROptEst] branch 1.1 forgot to change Rd file for roptest / updated NEWS

Modified: branches/robast-1.1/pkg/ROptEst/inst/NEWS
===================================================================
--- branches/robast-1.1/pkg/ROptEst/inst/NEWS	2018-07-22 16:48:53 UTC (rev 1020)
+++ branches/robast-1.1/pkg/ROptEst/inst/NEWS	2018-07-22 16:59:28 UTC (rev 1021)
@@ -17,6 +17,11 @@
 + 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.
++ optIC gains argument withMakeIC
++ roptest gains argument withMakeIC
++ getStartIC-methods gain argument withMakeIC
++ cniperPointPlot gains argument withMakeIC
++ genkStepCtrl gains argument withMakeIC
 
 under the hood:
 + wherever possible also use q.l internally instead of q to 

Modified: branches/robast-1.1/pkg/ROptEst/man/roptest.Rd
===================================================================
--- branches/robast-1.1/pkg/ROptEst/man/roptest.Rd	2018-07-22 16:48:53 UTC (rev 1020)
+++ branches/robast-1.1/pkg/ROptEst/man/roptest.Rd	2018-07-22 16:59:28 UTC (rev 1021)
@@ -18,7 +18,7 @@
         withPICList = getRobAStBaseOption("withPICList"),
         na.rm = TRUE, initial.est.ArgList, ...,
         withLogScale = TRUE, ..withCheck = FALSE, withTimings = FALSE,
-        withMDE = NULL, withEvalAsVar = NULL)
+        withMDE = NULL, withEvalAsVar = NULL, withMakeIC = FALSE)
 roptest.old(x, L2Fam, eps, eps.lower, eps.upper, fsCor = 1, initial.est,
         neighbor = ContNeighborhood(), risk = asMSE(), steps = 1L,
         distance = CvMDist, startPar = NULL, verbose = NULL,



More information about the Robast-commits mailing list