Log-likelihood approximation.
alik_inla(
par_vals,
formula,
family = "gaussian",
data,
weights,
subset,
offset,
atsample,
corrfcn = "matern",
np,
betm0,
betQ0,
ssqdf,
ssqsc,
tsqdf,
tsqsc,
dispersion = 1,
longlat = FALSE
)
A list with components
par_vals
A data frame of the parameter values.
aloglik
The approximate log-likelihood at thos
parameter values.
A data frame with the components "linkp", "phi", "omg", "kappa". The approximation will be computed at each row of the data frame.
A representation of the model in the form
response ~ terms
.
The distribution of the response. Can be one of the
options in .geoBayes_models
or
"transformed.gaussian"
.
An optional data frame containing the variables in the model.
An optional vector of weights. Number of replicated samples for Gaussian and gamma, number of trials for binomial, time length for Poisson.
An optional vector specifying a subset of observations to be used in the fitting process.
See lm
.
A formula in the form ~ x1 + x2 + ... + xd
with the coordinates of the sampled locations.
Spatial correlation function. Can be one of the
choices in .geoBayes_corrfcn
.
The number of integration points for the spatial
variance parameter sigma^2. The total number of points will be
2*np + 1
.
Prior mean for beta (a vector or scalar).
Prior standardised precision (inverse variance) matrix. Can be a scalar, vector or matrix. The first two imply a diagonal with those elements. Set this to 0 to indicate a flat improper prior.
Degrees of freedom for the scaled inverse chi-square prior for the partial sill parameter.
Scale for the scaled inverse chi-square prior for the partial sill parameter.
Degrees of freedom for the scaled inverse chi-square prior for the measurement error parameter.
Scale for the scaled inverse chi-square prior for the measurement error parameter.
The fixed dispersion parameter.
How to compute the distance between locations. If
FALSE
, Euclidean distance, if TRUE
Great Circle
distance. See spDists
.
Computes and approximation to the log-likelihood for the given parameters using integrated nested Laplace approximations.
Evangelou, E., & Roy, V. (2019). Estimation and prediction for spatial generalized linear mixed models with parametric links via reparameterized importance sampling. Spatial Statistics, 29, 289-315.