Model Formulae for Gibbs Point Process Models
Extract the trend formula, or the terms in the trend formula, in a fitted Gibbs point process model.
## S3 method for class 'ppm' formula(x, ...) ## S3 method for class 'ppm' terms(x, ...)
x |
An object of class |
... |
Arguments passed to other methods. |
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 the help files for the corresponding generic functions.
Adrian Baddeley Adrian.Baddeley@curtin.edu.au
data(cells) fit <- ppm(cells, ~x) formula(fit) terms(fit)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.