This is an extension of the spatstat package.
It fits point process models to point pattern data by local composite likelihood (aka geographically weighted regression) as described in the paper, A. Baddeley (2017) Local composite likelihood for spatial point processes, Spatial Statistics, 22 (2) 261-295.
This GitHub repository holds the development version of
spatstat.local. The development version is newer than the official release
of spatstat.local on CRAN.
For the most recent official release of
spatstat.local, see the CRAN page. To install it, just type
install.packages('spatstat.local')The easiest way to install the development version of spatstat.local
from github is through the remotes package:
require(remotes)
install_github('spatstat/spatstat')
install_github('baddstats/spatstat.local')If you don't have remotes installed you should first run
install.packages('remotes')