intensity.slrm | R Documentation |
Computes the intensity of a fitted spatial logistic regression model, treated as a point process model.
## S3 method for class 'slrm' intensity(X, ...)
X |
A fitted spatial logistic regression model (object of class |
... |
Arguments passed to |
This is a method for the generic function intensity
for spatial logistic regression models (class "slrm"
).
The fitted spatial logistic regression model X
is interpreted
as a point process model. The intensity of a point process model is
defined as the expected number of random points per unit area. The
fitted probabilities of presence according to X
are converted
to intensity values.
The result is a numerical value if X
is stationary, and a pixel image if X
is non-stationary. In the latter case, the resolution of the pixel
image is controlled by the arguments ...
which are passed
to predict.slrm
.
A numeric value (if the model is stationary) or a pixel image.
.
Baddeley, A., Berman, M., Fisher, N.I., Hardegen, A., Milne, R.K.,
Schuhmacher, D., Shah, R. and Turner, R. (2010)
Spatial logistic regression and change-of-support
for spatial Poisson point processes.
Electronic Journal of Statistics
4, 1151–1201.
DOI: 10.1214/10-EJS581
intensity
,
intensity.ppm
fitS <- slrm(swedishpines ~ 1) intensity(fitS) fitX <- slrm(swedishpines ~ x) intensity(fitX)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.