Skip to contents

Fit Weighted ICAR Small Area Estimation model using R-INLA.

Usage

wicar_inla(sf, R, verbose = FALSE, cores = parallel::detectCores())

Arguments

sf

A simple features object with some geometry.

R

A sparse precision matrix of class "sparseMatrix"

verbose

Should R-INLA run in mode verbose = TRUE.

cores

Number of cores, passed to R-INLA, defaults to parallel::detectCores().