Last chance! 50% off unlimited learning
Sale ends in
update
method for class "kppm"
.## S3 method for class 'kppm':
update(object, trend = ~1, ..., clusters = NULL)
"kppm"
,
obtained from kppm
.kppm
.kppm
."kppm"
.object
should be a fitted cluster point process model,
obtained from the model-fitting function kppm
.
The model will be updated according to the new arguments provided. The argument trend
determines the formula for the intensity
in the model. It should be an Rformula without a left hand side.
It may include the symbols .
and +
or -
to
specify addition or deletion of terms in the current model formula,
as shown in the Examples below.
The model is refitted using kppm
.
kppm
data(redwood)
fit <- kppm(redwood, ~1, "Thomas")
fitx <- update(fit, ~ . + x)
fitM <- update(fit, clusters="MatClust")
Run the code above in your browser using DataLab