library("MASS") # for Boston Housing data
library("DescTools")
tab <- table(Boston$chas, Boston$rad)
GoodmanKruskalTau(tab)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.