R/residus.R

`residus` <-
function (tab, digits=2) {
  round(chisq.test(tab)$residuals, digits)
}

Try the rgrs package in your browser

Any scripts or data that you put into this service are public.

rgrs documentation built on May 2, 2019, 4:54 p.m.