powered by
"dppm"
"coef"(object, ...) "formula"(x, ...) "print"(x, ...) "terms"(x, ...) "labels"(object, ...)
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
plot.dppm
predict.dppm
simulate.dppm
as.ppm.dppm
fit <- dppm(swedishpines ~ x + y, dppGauss()) coef(fit) formula(fit) tf <- terms(fit) labels(fit)
Run the code above in your browser using DataLab