library("MASS") ctab <- table (Boston$chas, Boston$rad) ctab chisq.test(ctab) chisq.test(ctab, simulate.p.value=T)
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.