methods.slrm {spatstat}R Documentation

Methods for Spatial Logistic Regression Models

Description

These are methods for the class "slrm".

Usage

## S3 method for class 'slrm'
formula(x, ...)
## S3 method for class 'slrm'
print(x, ...)
## S3 method for class 'slrm'
terms(x, ...)
## S3 method for class 'slrm'
labels(object, ...)

Arguments

x,object

An object of class "slrm", representing a fitted cluster point process model.

...

Arguments passed to other methods.

Details

These functions are methods for the generic commands formula, print, terms and labels for the class "slrm".

An object of class "slrm" represents a fitted spatial logistic regression model. It is obtained from slrm.

Value

See the help files for the corresponding generic functions.

Author(s)

Adrian Baddeley Adrian.Baddeley@csiro.au http://www.maths.uwa.edu.au/~adrian/

See Also

slrm, plot.slrm, predict.slrm, simulate.slrm, update.slrm, vcov.slrm, coef.slrm.

Examples

  data(redwood)
  fit <- slrm(redwood ~ x)
  coef(fit)
  formula(fit)
  tf <- terms(fit)  
  labels(fit)  

[Package spatstat version 1.25-3 Index]