Last chance! 50% off unlimited learning
Sale ends in
"kppm"
.## S3 method for class 'kppm':
coef(object, \dots)
## S3 method for class 'kppm':
formula(x, \dots)
## S3 method for class 'kppm':
print(x, ...)
## S3 method for class 'kppm':
terms(x, \dots)
## S3 method for class 'kppm':
labels(object, \dots)
"kppm"
,
representing a fitted cluster point process model.coef
,
formula
,
print
,
terms
and
labels
for the class "kppm"
. An object of class "kppm"
represents a fitted
cluster point process model. It is obtained from kppm
.
The method coef.kppm
returns the vector of
regression coefficients of the fitted model.
It does not return the clustering parameters.
kppm
, plot.kppm
,
predict.kppm
, simulate.kppm
,
update.kppm
, vcov.kppm
,
as.ppm.kppm
.data(redwood)
fit <- kppm(redwood, ~x, "MatClust")
coef(fit)
formula(fit)
tf <- terms(fit)
labels(fit)
Run the code above in your browser using DataLab