An object of class "ppm"
describes a fitted point process
model. It contains information about the original data to which the
model was fitted, the spatial trend that was fitted, the
interpoint interaction that was fitted, and other data.
See ppm.object
) for details of this class.
The function fitin
extracts from this model the information about the
fitted interpoint interaction only.
The information is organised as an object of class "fii"
(fitted interpoint interaction).
This object can be printed or plotted.
Users may find this a convenient way to plot the
fitted interpoint interaction term, as shown in the Examples.
For a pairwise interaction, the plot of the fitted interaction
shows the pair interaction function (the contribution to the
probability density from a pair of points as a function of the
distance between them). For a higher-order interaction, the plot shows
the strongest interaction (the value most different from 1)
that could ever arise at the given distance.
The fitted interaction coefficients can also be extracted
from this object using coef
.