README.md

spatstat.local

CRAN_Status_Badge GitHub R package version

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.

Installing the official release

For the most recent official release of spatstat.local, see the CRAN page. To install it, just type

install.packages('spatstat.local')

Installing the development version

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')


baddstats/spatstat.local documentation built on Feb. 23, 2023, 8:32 a.m.