R/print.moranPerm.R

Defines functions print.moranPerm

Documented in print.moranPerm

print.moranPerm <- function(x, ...){
  cat('The value of the moran statistic is: ',x$statistic,
  '\nThe pseudo p-value is: ', x$pvalue,
  '\nNumber of simulations: ', length(x$sim_statistics)-1
  )
}

Try the spdyn package in your browser

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

spdyn documentation built on Oct. 28, 2024, 3 p.m.