View source: R/summary.sepstlppm.R
summary.sepstlppm | R Documentation |
The function summarises the main information of the fitted model.
## S3 method for class 'sepstlppm'
summary(object, ...)
object |
An object of class |
... |
additional unused argument |
Nicoletta D'Angelo
sepstlppm
crimesub <- stpm(valenciacrimes$df[101:200, ],
names = colnames(valenciacrimes$df)[-c(1:3)],
L = valencianet)
mod1 <- sepstlppm(crimesub, spaceformula = ~x ,
timeformula = ~ day)
summary(mod1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.