print.sepstlppm {stopp}R Documentation

Print of a fitted separable spatio-temporal Poisson process model on a linear network

Description

The function prints the main information of the fitted model.

Usage

## S3 method for class 'sepstlppm'
print(x, ...)

Arguments

x

An object of class sepstlppm

...

additional unused argument

Author(s)

Nicoletta D'Angelo

See Also

sepstlppm

Examples

crimesub <- stpm(valenciacrimes$df[101:200, ],
           names = colnames(valenciacrimes$df)[-c(1:3)],
L = valencianet)

mod1 <- sepstlppm(crimesub, spaceformula = ~x ,
                  timeformula = ~ day)
                  
mod1





[Package stopp version 0.2.4 Index]