fitted.slrm: Fitted Probabilities for Spatial Logistic Regression

View source: R/slrm.R

fitted.slrmR Documentation

Fitted Probabilities for Spatial Logistic Regression

Description

Given a fitted Spatial Logistic Regression model, this function computes the fitted probabilities for each pixel.

Usage

  ## S3 method for class 'slrm'
fitted(object, ...)

Arguments

object

a fitted spatial logistic regression model. An object of class "slrm".

...

Ignored.

Details

This is a method for the generic function fitted for spatial logistic regression models (objects of class "slrm", usually obtained from the function slrm).

The algorithm computes the fitted probabilities of the presence of a random point in each pixel.

Value

A pixel image (object of class "im") containing the fitted probability for each pixel.

Author(s)

\adrian

adrian@maths.uwa.edu.au

and \rolf

See Also

slrm, fitted

Examples

  X <- rpoispp(42)
  fit <- slrm(X ~ x+y)
  plot(fitted(fit))

spatstat.core documentation built on May 18, 2022, 9:05 a.m.