spatstat (version 1.63-3)

residuals.dppm: Residuals for Fitted Determinantal Point Process Model

Description

Given a determinantal point process model fitted to a point pattern, compute residuals.

Usage

# S3 method for dppm
residuals(object, …)

Arguments

object

The fitted determinatal point process model (an object of class "dppm") for which residuals should be calculated.

Arguments passed to residuals.ppm.

Value

An object of class "msr" representing a signed measure or vector-valued measure (see msr). This object can be plotted.

Details

This function extracts the intensity component of the model using as.ppm and then applies residuals.ppm to compute the residuals.

Use plot.msr to plot the residuals directly.

See Also

msr, dppm

Examples

Run this code
# NOT RUN {
   fit <- dppm(swedishpines ~ x, dppGauss())
   rr <- residuals(fit)
# }

Run the code above in your browser using DataCamp Workspace