R/cat.stat.R

Defines functions cat.stat

Documented in cat.stat

cat.stat <- function(...){
	stop("\n","cat.stat has been removed. Please use one of the following methods instead.",
		"\n\n",
		"chisq.stat   Pearson's ChiSquare Statistic (was cat.stat)\n",
		"trend.stat   (Cochran-Armitage) Trend Test\n",
		"\n", "Still to come:\n",
		"pccc.stat    Pearson's Corrected Contingency Coefficient\n")
}

Try the siggenes package in your browser

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

siggenes documentation built on Nov. 8, 2020, 6:26 p.m.