Last chance! 50% off unlimited learning
Sale ends in
Creates an instance of the hierarchical hard core point process model which can then be fitted to point pattern data.
HierHard(hradii=NULL, types=NULL, archy=NULL)
Optional matrix of hard core distances
Optional; vector of all possible types (i.e. the possible levels
of the marks
variable in the data)
Optional: the hierarchical order. See Details.
An object of class "interact"
describing the interpoint interaction
structure of the hierarchical hard core process with
hard core distances
This is a hierarchical point process model
for a multitype point pattern
(Hogmander and
Sarkka, 1999;
Grabarnik and Sarkka, 2009).
It is appropriate for analysing multitype point pattern data
in which the types are ordered so that
the points of type
The hierarchical version of the (stationary)
hard core process with
The nonstationary hierarchical hard core
process is similar except that
the contribution of each individual point
The function ppm()
,
which fits point process models to
point pattern data, requires an argument
of class "interact"
describing the interpoint interaction
structure of the model to be fitted.
The appropriate description of the hierarchical
hard core process pairwise interaction is
yielded by the function HierHard()
. See the examples below.
The argument types
need not be specified in normal use.
It will be determined automatically from the point pattern data set
to which the HierHard interaction is applied,
when the user calls ppm
.
However, the user should be confident that
the ordering of types in the dataset corresponds to the ordering of
rows and columns in the matrix radii
.
The argument archy
can be used to specify a hierarchical
ordering of the types. It can be either a vector of integers
or a character vector matching the possible types.
The default is the sequence
The matrix iradii
must be square, with entries
which are either positive numbers, or zero or NA
.
A value of zero or NA
indicates that no hard core interaction term
should be included for this combination of types.
Note that only the hard core distances are
specified in HierHard
. The canonical
parameters ppm()
, not fixed in HierHard()
.
Grabarnik, P. and Sarkka, A. (2009) Modelling the spatial structure of forest stands by multivariate point processes with hierarchical interactions. Ecological Modelling 220, 1232--1240.
Hogmander, H. and Sarkka, A. (1999) Multitype spatial point patterns with hierarchical interactions. Biometrics 55, 1051--1058.
MultiHard
for the corresponding
symmetrical interaction.
# NOT RUN {
h <- matrix(c(4, NA, 10, 15), 2, 2)
HierHard(h)
# prints a sensible description of itself
ppm(ants ~1, HierHard(h))
# fit the stationary hierarchical hard core process to ants data
# }
Run the code above in your browser using DataLab