Nothing
#' Print of a fitted separable spatio-temporal Poisson process model
#'
#' The function prints the main information of the fitted model.
#'
#' @param x An object of class \code{sepstppm}
#' @param ... additional unused argument
#'
#' @export
#'
#' @author Nicoletta D'Angelo
#'
#' @seealso
#' \link{sepstppm}
#'
#'
#'
#' @examples
#' crimesub <- stpm(valenciacrimes$df[101:200, ],
#' names = colnames(valenciacrimes$df)[-c(1:3)])
#'
#' mod1 <- sepstppm(crimesub, spaceformula = ~x ,
#' timeformula = ~ day)
#' mod1
#'
#'
#'
#'
print.sepstppm <- function(x, ...){
cat("Fitted separable spatio-temporal Poisson process model \n")
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.