print.stppm | R Documentation |
The function prints the main information of the fitted model.
## S3 method for class 'stppm'
print(x, ...)
x |
An object of class |
... |
additional unused argument |
Nicoletta D'Angelo
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.
stppm, print.stppm, plot.stppm
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.