powered by
These are methods for the class "dppm".
"dppm"
# S3 method for dppm coef(object, …) # S3 method for dppm formula(x, …) # S3 method for dppm print(x, ...) # S3 method for dppm terms(x, …) # S3 method for dppm labels(object, …)
An object of class "dppm", representing a fitted determinantal point process model.
Arguments passed to other methods.
See the help files for the corresponding generic functions.
These functions are methods for the generic commands coef, formula, print, terms and labels for the class "dppm".
coef
formula
print
terms
labels
An object of class "dppm" represents a fitted determinantal point process model. It is obtained from dppm.
dppm
The method coef.dppm returns the vector of regression coefficients of the fitted model. It does not return the interaction parameters.
coef.dppm
dppm, plot.dppm, predict.dppm, simulate.dppm, as.ppm.dppm.
plot.dppm
predict.dppm
simulate.dppm
as.ppm.dppm
# NOT RUN { fit <- dppm(swedishpines ~ x + y, dppGauss, method="c") coef(fit) formula(fit) tf <- terms(fit) labels(fit) # }
Run the code above in your browser using DataLab