powered by
Given a Cox or cluster point process model fitted to a point pattern, compute residuals.
# S3 method for kppm residuals(object, ...)
An object of class "msr"
"msr"
representing a signed measure or vector-valued measure (see msr). This object can be plotted.
msr
The fitted point process model (an object of class "kppm") for which residuals should be calculated.
"kppm"
Arguments passed to residuals.ppm.
residuals.ppm
Adrian Baddeley Adrian.Baddeley@curtin.edu.au
Rolf Turner rolfturner@posteo.net
and Ege Rubak rubak@math.aau.dk
This function extracts the intensity component of the model using as.ppm and then applies residuals.ppm to compute the residuals.
as.ppm
Use plot.msr to plot the residuals directly.
plot.msr
msr, kppm
kppm
fit <- kppm(redwood ~ x, "Thomas") rr <- residuals(fit)
Run the code above in your browser using DataLab