powered by
smerc_cluster
Print smerc_cluster object
# S3 method for smerc_cluster print(x, ..., extra = FALSE)
An object of class smerc_cluster.
Not currently implemented.
A logical value. Default is FALSE. TRUE indicates that extra information should be printed.
FALSE
TRUE
data(nydf) coords <- with(nydf, cbind(x, y)) out <- scan.test( coords = coords, cases = floor(nydf$cases), pop = nydf$pop, nsim = 49, longlat = TRUE, alpha = 0.12 ) out
Run the code above in your browser using DataLab