smerc (version 1.4.2)

summary.smerc_cluster: Summary of smerc_cluster object

Description

Summary of object of class smerc_cluster.

Usage

# S3 method for smerc_cluster
summary(object, ..., idx = seq_along(object$clusters), digits = 1)

Arguments

object

An object of class smerc_cluster.

...

Arguments passed on to base::summary

idx

A index vector indicating the elements of object$clusters to print information for. The default is all clusters.

digits

Integer indicating the number of decimal places.

Examples

Run this code
# NOT RUN {
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)
summary(out)
# }

Run the code above in your browser using DataCamp Workspace