Assuming that calcGCV
has been first run to estimate smoothing parameter, this produces a “Kriging” predictor of the response.
calcPredictorOK(FONKgpointls, minKrigPtNbr = blackbox.getOption("minKrigPtNbr"),
krigmax = NULL, topmode = FALSE, rawPlots = TRUE, cleanResu = "")
Returns invisibly a list with many undocumented elements. Thislist is also stored as a global option "fitobject"
.
Input data frame as produced by buildFONKgpointls
NULL or numeric. At least this many rows (if available) should be selected for Kriging. The default value depends on the number p of predictor variables and is 90, 159, 500, 1307, 3050, 6560 for p from 1 to 6 (beyond which it is strongly advised to use a non-default value).
NULL or Numeric. For large data sets the selected points are not “Kriged” all together. Rather, overlapping blocks of rows are selected and are Kriged separately. This sets the size of the blocks. Default depends on the operating system (see source code).
Controls the way rows are selected. For development purposes, should not be modified
Boolean. Whether to plot one-dimensional “profiles” of the raw data.
A connection, or a character string naming a file for some nicely formated output. If ""
(the default), print to the standard output connection.