Fitted Probabilities for Spatial Logistic Regression
Given a fitted Spatial Logistic Regression model, this function computes the fitted probabilities for each pixel.
## S3 method for class 'slrm' fitted(object, ...)
object |
a fitted spatial logistic regression model.
An object of class |
... |
Ignored. |
The algorithm computes the fitted probabilities of the presence of a random point in each pixel.
A pixel image (object of class "im"
) containing the
fitted probability for each pixel.
Adrian Baddeley Adrian.Baddeley@curtin.edu.au adrian@maths.uwa.edu.au
and Rolf Turner r.turner@auckland.ac.nz
X <- rpoispp(42) fit <- slrm(X ~ x+y) plot(fitted(fit))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.