output.glm.control {geoRglm} | R Documentation |
This auxiliary function defines output options for
pois.krige.bayes
and binom.krige.bayes
.
output.glm.control(sim.posterior, sim.predict, keep.mcmc.sim, quantile, threshold, inference, messages)
sim.posterior |
logical. Indicates
whether or not the MCMC-sample from the posterior distribution of
the parameters should be returned. Default is |
sim.predict |
logical. Defines whether simulations are
drawn from the predictive distribution. Only valid if prediction
locations are provided in the argument |
keep.mcmc.sim |
logical. Indicates
whether or not the MCMC-sample from the posterior distribution of
the signal should be returned. Here the signal
is the inverse link function of the random effect
g^{-1}(S), which equals
exp(S) for the Poison model with log-link,
(lambda S + 1)^{lambda} for the Poison model with Box-Cox-link
and exp(S)/(1+exp(S)) for the binomial model with logit-link. Default is
|
quantile |
indicates whether quantiles of the
simulations from the
predictive distributions are computed and returned.
If a vector with numbers in the interval
[0,1] is provided, the output includes the object
|
threshold |
one or more values with threshold values can be given to this argument.
If so, an object called
|
inference |
logical. Indicates whether or not inference
(summary of the parameters, and prediction) is performed or
not. Default is |
messages |
logical. Indicates whether or not status messages are printed on the screen (or other output device) while the function is running. |
A list with processed arguments to be passed to the main function.
Ole F. Christensen OleF.Christensen@agrsci.dk,
Paulo J. Ribeiro Jr. Paulo.Ribeiro@est.ufpr.br.
pois.krige.bayes
and binom.krige.bayes
.