"fitted"(object, ..., dataonly = FALSE, new.coef = NULL)
"lppm"
).
dataonly=TRUE
)
or at all the quadrature points of the quadrature scheme
used to fit the model (dataonly=FALSE
, the default).
coef(object)
.
object
by union.quad(quad.ppm(object))
.
fitted
for the class "lppm"
of fitted point process models on a linear
network.
The locations $u$ at which the fitted conditional intensity/trend
is evaluated, are the points of the
quadrature scheme used to fit the model in ppm
.
They include the data points (the points of the original point pattern
dataset x
) and other ``dummy'' points
in the window of observation.
lppm
,
predict.lppm
fit <- lppm(spiders~x+y)
a <- fitted(fit)
b <- fitted(fit, dataonly=TRUE)
Run the code above in your browser using DataLab