print.tango | R Documentation |
tango
.Print a tango
object. If the crayon
package
is installed, then the results are printed in color.
## S3 method for class 'tango'
print(x, ..., digits = 2)
x |
An object of class |
... |
Not currently implemented. |
digits |
Number of significant digits to print. |
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.