reexported-fun {georob} | R Documentation |
Re-Exported Functions from R package imports
Description
The imported functions K
,
lmrob.control
,
and waldtest
are re-exported for ease of use without
attaching the respective packages.
Usage
K(dist, model)
lmrob.control(setting, seed = NULL, nResample = 500, tuning.chi = NULL,
bb = 0.5, tuning.psi = NULL, max.it = 50, groups = 5, n.group = 400,
k.fast.s = 1, best.r.s = 2, k.max = 200, maxit.scale = 200, k.m_s = 20,
refine.tol = 1e-7, rel.tol = 1e-7, scale.tol = 1e-10, solve.tol = 1e-7,
zero.tol = 1e-10, trace.lev = 0, mts = 1000,
subsampling = c("nonsingular", "simple"), compute.rd = FALSE,
method = "MM", psi = "bisquare", numpoints = 10, cov = NULL,
split.type = c("f", "fi", "fii"), fast.s.large.n = 2000,
# only for outlierStats() :
eps.outlier = function(nobs) 0.1 / nobs,
eps.x = function(maxx) .Machine$double.eps^(.75)*maxx,
compute.outlier.stats = method, warn.limit.reject = 0.5,
warn.limit.meanrw = 0.5, ...)
Arguments
dist |
a numeric vector with distances. |
model |
an object of class “ |
setting |
a string specifying alternative default values, see
|
seed |
|
nResample |
number of re-sampling candidates to be used to find the
initial S-estimator, see |
tuning.chi |
tuning constant vector for the S-estimator, see
|
bb |
expected value under the normal model of the “chi”, see
|
tuning.psi |
tuning constant vector for the redescending
M-estimator, see |
max.it |
integer specifying the maximum number of IRWLS iterations,
see |
groups |
(for the fast-S algorithm): Number of random subsets to use
when the data set is large, see |
n.group |
(for the fast-S algorithm): Size of each of the
|
k.fast.s |
(for the fast-S algorithm): Number of local improvement
steps (“I-steps”) for each re-sampling candidate, see
|
best.r.s |
(for the fast-S algorithm): Number of of best candidates
to be iterated further, see |
k.max |
(for the fast-S algorithm): maximal number of refinement
steps for the “fully” iterated best candidates, see
|
maxit.scale |
integer specifying the maximum number of C level
|
k.m_s |
(for the M-S algorithm): specifies after how many
unsuccessful refinement steps the algorithm stops, see
|
refine.tol |
(for the fast-S algorithm): relative convergence
tolerance for the fully iterated best candidates, see
|
rel.tol |
(for the RWLS iterations of the MM algorithm): relative
convergence tolerance for the parameter vector, see
|
scale.tol |
(for the scale estimation iterations of the S
algorithm): relative convergence tolerance for the |
solve.tol |
(for the S algorithm): relative tolerance for inversionsee
|
zero.tol |
for checking 0-residuals in the S algorithm, non-negative
number, see |
trace.lev |
integer indicating if the progress of the MM-algorithm
and the fast-S algorithms should be traced, see
|
mts |
maximum number of samples to try in subsampling algorithm, see
|
subsampling |
type of subsampling to be used, see
|
compute.rd |
a logical scalar indicating if robust distances (based on the
MCD robust covariance estimator) are to be computed for the robust
diagnostic plots, see |
method |
string specifying the estimator-chain, see
|
psi |
string specifying the type |
numpoints |
number of points used in Gauss quadrature, see
|
cov |
function or string with function name to be used to calculate
covariance matrix estimate, see |
split.type |
determines how categorical and continuous variables are
split, see |
fast.s.large.n |
minimum number of observations required to switch
from ordinary “fast S” algorithm to an efficient “large n”
strategy, see |
eps.outlier |
limit on the robustness weight below which an
observation is considered to be an outlier, see
|
eps.x |
limit on the absolute value of the elements of the design
matrix below which an element is considered zero, see
|
compute.outlier.stats |
vector of character strings, each valid to
be used as |
warn.limit.reject |
see |
warn.limit.meanrw |
limit of the mean robustness per factor level
below which ( |
... |
some methods for the generic function
|
Details
The function K
is required for
computing block Kriging predictions by the function
f.point.block.cov
of the package
constrainedKriging.
Furthermore, the function lmrob.control
allows
to pass tuning parameters to the function lmrob
of the package robustbase, which is used for computing robust
initial values of the regression coefficients.
Value
See help pages of K
and
lmrob.control
for the output generated by these
functions.