50% off | Unlimited Data & AI Learning
Get 50% off unlimited learning

stopp (version 0.2.3)

print.stppm: Print of a fitted spatio-temporal Poisson process model

Description

The function prints the main information of the fitted model.

Usage

# S3 method for stppm
print(x, ...)

Arguments

x

An object of class stppm

...

additional unused argument

Author

Nicoletta D'Angelo

References

D'Angelo, N., Adelfio, G., and Mateu, J. (2023). Locally weighted minimum contrast estimation for spatio-temporal log-Gaussian Cox processes. Computational Statistics & Data Analysis, 180, 107679.

See Also

stppm, print.stppm, plot.stppm

Examples

Run this code

set.seed(2)
pin <- rstpp(lambda = function(x, y, t, a) {exp(a[1] + a[2]*x)}, par = c(2, 6))
inh1 <- stppm(pin, formula = ~ x)

inh1



Run the code above in your browser using DataLab