Prediction from a Fitted Cluster Point Process Model
Given a fitted cluster point process model, these functions compute the fitted intensity.
## S3 method for class 'kppm' fitted(object, ...) ## S3 method for class 'kppm' predict(object, ...)
object |
Fitted cluster point process model.
An object of class |
... |
Arguments passed to |
The intensity of the fitted model
is computed, using fitted.ppm
or
predict.ppm
respectively.
The value of fitted.kppm
is a numeric vector
giving the fitted values at the quadrature points.
The value of predict.kppm
is usually a pixel image
(object of class "im"
), but see predict.ppm
for details.
Adrian Baddeley Adrian.Baddeley@curtin.edu.au
and Rolf Turner r.turner@auckland.ac.nz
data(redwood) fit <- kppm(redwood ~ x, "Thomas") predict(fit)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.