[Robast-commits] r474 - in branches/robast-0.9/pkg/ROptEst: R man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon May 21 03:00:45 CEST 2012


Author: ruckdeschel
Date: 2012-05-21 03:00:45 +0200 (Mon, 21 May 2012)
New Revision: 474

Modified:
   branches/robast-0.9/pkg/ROptEst/R/roptest.R
   branches/robast-0.9/pkg/ROptEst/man/roptest.Rd
Log:
ROptEst: removed argument scalename from arglist of roptest -- it is computed automatically now.

Modified: branches/robast-0.9/pkg/ROptEst/R/roptest.R
===================================================================
--- branches/robast-0.9/pkg/ROptEst/R/roptest.R	2012-05-21 00:59:38 UTC (rev 473)
+++ branches/robast-0.9/pkg/ROptEst/R/roptest.R	2012-05-21 01:00:45 UTC (rev 474)
@@ -11,7 +11,7 @@
                     withICList = getRobAStBaseOption("withICList"),
                     withPICList = getRobAStBaseOption("withPICList"),
                     na.rm = TRUE, initial.est.ArgList, ...,
-                    scalename = "scale", withLogScale = TRUE){
+                    withLogScale = TRUE){
     if(missing(verbose)|| is.null(verbose))
            verbose <- getRobAStBaseOption("all.verbose")
     es.call <- match.call()
@@ -104,7 +104,7 @@
     res <- kStepEstimator(x, IC = ICstart, start = initial.est, steps = steps, useLast = useLast,
                           withUpdateInKer = withUpdateInKer, IC.UpdateInKer = IC.UpdateInKer,
                           withICList = withICList, withPICList = withPICList, na.rm = na.rm,
-                          scalename = scalename , withLogScale = withLogScale)
+                          withLogScale = withLogScale)
     res at estimate.call <- es.call
     Infos <- matrix(c("roptest", 
                       paste(steps, "-step estimate for ", name(L2Fam), sep = "")),

Modified: branches/robast-0.9/pkg/ROptEst/man/roptest.Rd
===================================================================
--- branches/robast-0.9/pkg/ROptEst/man/roptest.Rd	2012-05-21 00:59:38 UTC (rev 473)
+++ branches/robast-0.9/pkg/ROptEst/man/roptest.Rd	2012-05-21 01:00:45 UTC (rev 474)
@@ -16,7 +16,7 @@
         withICList = getRobAStBaseOption("withICList"),
         withPICList = getRobAStBaseOption("withPICList"),
         na.rm = TRUE, initial.est.ArgList, ...,
-        scalename = "scale", withLogScale = TRUE)
+        withLogScale = TRUE)
 }
 \arguments{
   \item{x}{ sample }
@@ -68,7 +68,6 @@
    is a function; this list by default already starts with two unnamed items,
    the sample \code{x}, and the model \code{L2Fam}.}
   \item{\dots}{ further arguments }
-  \item{scalename}{character; the name of the scale coordinate. }
   \item{withLogScale}{logical; shall a scale component (if existing and found
    with name \code{scalename}) be computed on log-scale and backtransformed
    afterwards? This avoids crossing 0.}



More information about the Robast-commits mailing list