powered by
tango
Print a tango object. If the crayon package is installed, then the results are printed in color.
crayon
# S3 method for tango print(x, ..., digits = 2)
An object of class tango.
Arguments passed on to base::print
base::print
Number of significant digits to print.
# NOT RUN { 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