print.sepstppm: Print of a fitted separable spatio-temporal Poisson process...

View source: R/print.sepstppm.R

print.sepstppmR Documentation

Print of a fitted separable spatio-temporal Poisson process model

Description

The function prints the main information of the fitted model.

Usage

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

Arguments

x

An object of class sepstppm

...

additional unused argument

Author(s)

Nicoletta D'Angelo

See Also

sepstppm

Examples

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

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





stopp documentation built on May 29, 2024, 12:32 p.m.