RiskMap
provides functions for geo-statistical analysis
of both continuous and count data using maximum likelihood methods. The
models implemented in the package use stationary Gaussian processes with
Matern correlation function to carry out spatial prediction in a
geographical area of interest. The underpinning theory of the methods
implemented in the package are found in Diggle
and Giorgi (2019).
To install the stable version, use:
install.packages("RiskMap")
The development version can be installed using devtools:
# install.packages("devtools") # if not already installed
::install_github("claudiofronterre/RiskMap") devtools