Last chance! 50% off unlimited learning
Sale ends in
"lppm"
of fitted point process
models on a linear network.## S3 method for class 'lppm':
coef(object, ...) ## S3 method for class 'lppm':
extractAIC(fit, ...)
## S3 method for class 'lppm':
formula(x, ...)
## S3 method for class 'lppm':
logLik(object, ...)
## S3 method for class 'lppm':
nobs(object, ...)
## S3 method for class 'lppm':
print(x, ...)
## S3 method for class 'lppm':
summary(object, ...)
## S3 method for class 'lppm':
terms(x, ...)
## S3 method for class 'lppm':
update(object, ...)
## S3 method for class 'lppm':
vcov(object, ...)
## S3 method for class 'lppm':
as.linnet(X, ...)
"lppm"
representing a fitted point process
model on a linear network."ppm"
.coef
,
extractAIC
,
formula
,
logLik
,
nobs
,
print
,
summary
,
terms
,
update
and
vcov
for the class "lppm"
.lppm
,
plot.lppm
.example(lpp)
fit <- lppm(X, ~x)
print(fit)
coef(fit)
formula(fit)
terms(fit)
logLik(fit)
nobs(fit)
extractAIC(fit)
update(fit, ~1)
vcov(fit)
Run the code above in your browser using DataLab