Learn R Programming

smerc (version 1.8.3)

print.tango: Print object of class tango.

Description

Print a tango object. If the crayon package is installed, then the results are printed in color.

Usage

# S3 method for tango
print(x, ..., digits = 2)

Arguments

x

An object of class tango.

...

Not currently implemented.

digits

Number of significant digits to print.

Examples

Run this code
data(nydf)
coords <- as.matrix(nydf[, c("x", "y")])
w <- dweights(coords, kappa = 1)
results <- tango.test(nydf$cases, nydf$pop, w, nsim = 49)
results

Run the code above in your browser using DataLab