summary.sepstppm {stopp} | R Documentation |
The function summarises the main information of the fitted model.
## S3 method for class 'sepstppm'
summary(object, ...)
object |
An object of class |
... |
additional unused argument |
Nicoletta D'Angelo
crimesub <- stpm(valenciacrimes$df[101:200, ],
names = colnames(valenciacrimes$df)[-c(1:3)])
mod1 <- sepstppm(crimesub, spaceformula = ~x ,
timeformula = ~ day)
summary(mod1)