| RobAStBaseOptions {RobAStBase} | R Documentation |
With RobAStBaseOptions you can inspect and change
the global variables of the package RobAStBase.
RobAStBaseOptions(...) getRobAStBaseOption(x)
... |
any options can be defined, using name = value or by passing a list of such tagged values. |
x |
a character string holding an option name. |
RobAStBaseOptions() returns a list of the global variables.
RobAStBaseOptions(x) returns the global variable x.
getRobAStBaseOption(x) returns the global variable x.
RobAStBaseOptions(x=y) sets the value of the global variable x to y.
kStepUseLast is
FALSE. Explicitly setting kStepUseLast to TRUE should
be done with care as in this situation the influence curve in case of
oneStepEstimator and kStepEstimator is re-computed using
the value of the one- resp. k-step estimate which may take quite a long
time depending on the model. Matthias Kohl Matthias.Kohl@stamats.de
RobAStBaseOptions()
RobAStBaseOptions("kStepUseLast")
RobAStBaseOptions("kStepUseLast" = TRUE)
# or
RobAStBaseOptions(kStepUseLast = 1e-6)
getRobAStBaseOption("kStepUseLast")