This is a method for the generic summary
for the class "dppm"
. An object of class "dppm"
describes a fitted determinantal point process model.
See dppm
.
summary.dppm
extracts information about the
type of model that has been fitted, the data to which the model was
fitted, and the values of the fitted coefficients.
print.summary.dppm
prints this information in a
comprehensible format.
In normal usage, print.summary.dppm
is invoked implicitly
when the user calls summary.dppm
without assigning its value
to anything. See the examples.