model.glm.control {geoRglm} | R Documentation |
This auxiliary function defines model options for
pois.krige.bayes
and binom.krige.bayes
.
model.glm.control(trend.d = "cte", trend.l = "cte", cov.model = "matern", kappa = 0.5, aniso.pars = NULL, lambda = 0)
trend.d |
specifies the covariate values at the data
locations.
See documentation of |
trend.l |
specifies the covariate values at prediction
locations. It must be of the same type as for |
cov.model |
string indicating the name of the model for the
correlation function. Further details in the
documentation for |
kappa |
additional smoothness parameter required by the following correlation
functions: |
aniso.pars |
parameters for geometric anisotropy
correction. If |
lambda |
parameter controlling the link function for
|
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
.