## S3 method for class 'lppm':
fitted(object, \dots, dataonly = FALSE, new.coef = NULL)"lppm").dataonly=TRUE)
or at all the quadrature points of the quadrature scheme
used to fit the model (dataonlycoef(object). Entries in this vector correspond to the quadrature points (data or
dummy points) used to fit the model.
The quadrature points can be extracted from 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.lppmfit <- lppm(spiders~x+y)
a <- fitted(fit)
b <- fitted(fit, dataonly=TRUE)Run the code above in your browser using DataLab