Computes bootstrap paremeter estimates
variog.model.env(geodata, coords = geodata$coords, obj.variog,
model.pars, nsim = 99, save.sim = FALSE, messages)boot.variofit(geodata, coords = geodata$coords, obj.variog,
model.pars, nsim = 99, trace = FALSE, messages)
coords
as described next. Typically an object of the class
"geodata"
- a coords
must be provided instead.coords
of the argument geodata
."variogram"
, typically
an output of the function variog
.FALSE
.TRUE
the fitted values for the
bootstrap parameter estimation are printend while the function is
running.TRUE
, the default, status messages
are printed while the function is running.class
"variogram.envelope"
which is a
list with the components:u
.u
.save.sim = TRUE
.variog.mc.env
for envelops computed by
using data permutation,
variog
for variogram calculations,
plot.variogram
and variog.mc.env
for
graphical output. The functions
likfit
, variofit
are used to estimate the model parameters.s100.ml <- likfit(s100, ini = c(0.5, 0.5), fix.nugget = TRUE)
s100.vario <- variog(s100, max.dist = 1)
s100.env <- variog.model.env(s100, obj.v = s100.vario,
model.pars = s100.ml)
plot(s100.vario, env = s100.env)
Run the code above in your browser using DataLab