Learn R Programming

spatstat.model (version 3.3-1)

formula.ppm: Model Formulae for Gibbs Point Process Models

Description

Extract the trend formula, or the terms in the trend formula, in a fitted Gibbs point process model.

Usage

# S3 method for ppm
formula(x, ...)
# S3 method for ppm
terms(x, ...)

Value

See the help files for the corresponding generic functions.

Arguments

x

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

...

Arguments passed to other methods.

Author

Adrian Baddeley Adrian.Baddeley@curtin.edu.au

Details

These functions are methods for the generic commands formula and terms for the class "ppm".

An object of class "ppm" represents a fitted Poisson or Gibbs point process model. It is obtained from the model-fitting function ppm.

The method formula.ppm extracts the trend formula from the fitted model x (the formula originally specified as the argument trend to ppm). The method terms.ppm extracts the individual terms in the trend formula.

See Also

ppm, as.owin, coef.ppm, extractAIC.ppm, fitted.ppm, logLik.ppm, model.frame.ppm, model.matrix.ppm, plot.ppm, predict.ppm, residuals.ppm, simulate.ppm, summary.ppm, update.ppm, vcov.ppm.

Examples

Run this code
  fit <- ppm(cells, ~x)
  formula(fit)
  terms(fit)  

Run the code above in your browser using DataLab