R/print.sepstlppm.R

Defines functions print.sepstlppm

Documented in print.sepstlppm

#' Print of a fitted separable spatio-temporal Poisson process model on a linear network
#'
#'  The function prints the main information of the fitted model.
#'
#' @param x An object of class \code{sepstlppm }
#' @param ... additional unused argument
#'
#' @export
#'
#' @author Nicoletta D'Angelo
#'
#' @seealso
#' \link{sepstlppm}
#'
#'
#'
#' @examples
#' crimesub <- stpm(valenciacrimes$df[101:200, ],
#'            names = colnames(valenciacrimes$df)[-c(1:3)],
#' L = valencianet)
#' 
#' mod1 <- sepstlppm(crimesub, spaceformula = ~x ,
#'                   timeformula = ~ day)
#'                   
#' mod1
#' 
#'
#'
#'
print.sepstlppm <- function(x, ...){

    cat("Fitted separable spatio-temporal Poisson process model \n")
    cat("on a linear network \n")
}

Try the stopp package in your browser

Any scripts or data that you put into this service are public.

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