fitted.mppm | R Documentation |
Given a point process model fitted to multiple point patterns, compute the fitted conditional intensity of the model at the points of each data pattern, or at the points of the quadrature schemes used to fit the model.
## S3 method for class 'mppm' fitted(object, ..., type = "lambda", dataonly = FALSE)
object |
The fitted model. An object of class |
... |
Ignored. |
type |
Type of fitted values: either |
dataonly |
If |
This function evaluates the conditional intensity lambdahat(u,x) or spatial trend bhat(u) of the fitted point process model for certain locations u, for each of the original point patterns x to which the model was fitted.
The locations u at which the fitted conditional intensity/trend is
evaluated, are the points of the quadrature schemes used to fit the
model in mppm
. They include the data points (the points of the
original point pattern datasets) and other “dummy” points in
the window of observation.
Use predict.mppm
to compute the fitted conditional intensity at
other locations or with other values of the explanatory variables.
A list of vectors (one for each row of the original hyperframe,
i.e. one vector for each of the original point patterns)
containing the values of the fitted conditional intensity
or (if type="trend"
) the fitted spatial trend.
Entries in these vector correspond to the quadrature points (data
or dummy points) used to fit the model. The quadrature points can
be extracted from object
by quad.mppm(object)
.
, Ida-Maria Sintorn and Leanne Bischoff. Implemented by \adrian
\rolfand \ege
Baddeley, A., Rubak, E. and Turner, R. (2015) Spatial Point Patterns: Methodology and Applications with R. London: Chapman and Hall/CRC Press.
mppm
,
predict.mppm
model <- mppm(Bugs ~ x, data=hyperframe(Bugs=waterstriders), interaction=Strauss(7)) cifs <- fitted(model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.