Fit IID Small Area Estimation model using R-INLA
.
iid_inla.Rd
Random effects are independent and identically distributed.
Usage
iid_inla(sf, verbose = FALSE, cores = parallel::detectCores())
Arguments
- sf
A simple features object with some geometry.
- verbose
Should
R-INLA
run in modeverbose = TRUE
.- cores
Number of cores, passed to
R-INLA
, defaults toparallel::detectCores()
.