summary.kppm | R Documentation |
summary
method for class "kppm"
.
## S3 method for class 'kppm' summary(object, ..., quick=FALSE) ## S3 method for class 'summary.kppm' print(x, ...)
object |
A fitted Cox or cluster point process model (object of
class |
quick |
Logical value controlling the scope of the summary. |
... |
Arguments passed to |
x |
Object of class |
This is a method for the generic summary
for the class "kppm"
. An object of class "kppm"
describes a fitted Cox or cluster point process model.
See kppm
.
summary.kppm
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.kppm
prints this information in a
comprehensible format.
In normal usage, print.summary.kppm
is invoked implicitly
when the user calls summary.kppm
without assigning its value
to anything. See the examples.
You can also type coef(summary(object))
to extract a table
of the fitted coefficients of the point process model object
together with standard errors and confidence limits.
summary.kppm
returns an object of class "summary.kppm"
,
while print.summary.kppm
returns NULL
.
The result of summary.kppm
includes at least the
following components:
Xname |
character string name of the original point pattern data |
stationary |
logical value indicating whether the model is stationary |
clusters |
the |
modelname |
character string describing the model |
isPCP |
|
lambda |
Estimated intensity: numeric value, or pixel image |
mu |
Mean cluster size: numeric value, pixel image, or
|
clustpar |
list of fitted parameters for the cluster model |
clustargs |
list of fixed parameters for the cluster model, if any |
callstring |
character string representing the original call to
|
fit <- kppm(redwood ~ 1, "Thomas") summary(fit) coef(summary(fit))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.