methods.kppm: Methods for Cluster Point Process Models
Description
These are methods for the class "kppm".
Usage
## S3 method for class 'kppm':
coef(object, \dots)
## S3 method for class 'kppm':
formula(x, \dots)
## S3 method for class 'kppm':
print(x, ...)
## S3 method for class 'kppm':
terms(x, \dots)
Arguments
x,object
An object of class "kppm",
representing a fitted cluster point process model.
...
Arguments passed to other methods.
Value
See the help files for the corresponding generic functions.
Details
These functions are methods for the generic commands
coef,
formula,
print and
terms
for the class "kppm".
An object of class "kppm" represents a fitted
cluster point process model. It is obtained from kppm.
The method coef.kppm returns the vector of
regression coefficients of the fitted model.
It does not return the clustering parameters.