Fit Bayesian Integrated MVN Small Area Estimation model using tmbstan
.
ik_tmbstan.Rd
Random effects have a multivariate Gaussian distribution with covariance
matrix calculated using integrated_covariance
. Kernel hyperparameters
are given a prior and learnt.
Usage
ik_tmbstan(
sf,
nsim_warm = 100,
nsim_iter = 1000,
chains = 4,
cores = parallel::detectCores(),
L = 10,
type = "hexagonal",
ii = NULL,
...
)
Arguments
- sf
A simple features object with some geometry.
- nsim_warm
Number of warmup samples, passed to
rstan
.- nsim_iter
Number of samples, passed to
rstan
.- chains
Number of chains, each of which gets
nsim_warm + nsim_iter
samples, passed torstan
.- cores
Number of cores, passed to
rstan
, defaults toparallel::detectCores()
.- L
The number of Monte Carlo samples to draw from each area.
- type
The
type
argument ofsf::st_sample
, defaults to"hexagonal"
- ii
The (zero-indexed) indices of the observations held-out.
- ...
Additional arguments to
kernel
.