Fit Centroid MVN Small Area Estimation model using R-INLA
.
fck_inla.Rd
Random effects have a multivariate Gaussian distribution with covariance
matrix calculated using centroid_covariance
.
Usage
fck_inla(
sf,
verbose = FALSE,
kernel = matern,
cores = parallel::detectCores(),
...
)
Arguments
- sf
A simple features object with some geometry.
- verbose
Should
R-INLA
run in modeverbose = TRUE
.- kernel
A kernel function, defaults to
matern
.- cores
Number of cores, passed to
R-INLA
, defaults toparallel::detectCores()
.- ...
Additional arguments to
kernel
.