summary.sepstppm {stopp} | R Documentation |
Summary of a fitted separable spatio-temporal Poisson process model
Description
The function summarises the main information of the fitted model.
Usage
## S3 method for class 'sepstppm'
summary(object, ...)
Arguments
object |
An object of class |
... |
additional unused argument |
Author(s)
Nicoletta D'Angelo
See Also
Examples
crimesub <- stpm(valenciacrimes$df[101:200, ],
names = colnames(valenciacrimes$df)[-c(1:3)])
mod1 <- sepstppm(crimesub, spaceformula = ~x ,
timeformula = ~ day)
summary(mod1)
[Package stopp version 0.2.4 Index]