Methods for Determinantal Point Process Models
These are methods for the class "dppm"
.
## S3 method for class 'dppm' coef(object, ...) ## S3 method for class 'dppm' formula(x, ...) ## S3 method for class 'dppm' print(x, ...) ## S3 method for class 'dppm' terms(x, ...) ## S3 method for class 'dppm' labels(object, ...)
x,object |
An object of class |
... |
Arguments passed to other methods. |
An object of class "dppm"
represents a fitted
determinantal point process model. It is obtained from dppm
.
The method coef.dppm
returns the vector of
regression coefficients of the fitted model.
It does not return the interaction parameters.
See the help files for the corresponding generic functions.
Adrian Baddeley Adrian.Baddeley@curtin.edu.au
fit <- dppm(swedishpines ~ x + y, dppGauss, method="c") coef(fit) formula(fit) tf <- terms(fit) labels(fit)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.