R/h.result.R

h.result <- function(result, rowcolors = TRUE, digits = 2, nsmall = 2, row.names = FALSE, 
	row.header = "")
	{
	code=""
	if(any(class(result)=="TukeyHSD")) {
			code <- paste(code,h.Tukey(result),sep="")
			return(code)
		}
	else {
		a <- df.format(result)
		}
	return(a)
	}

Try the DeducerANOVA package in your browser

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

DeducerANOVA documentation built on May 2, 2019, 6:11 p.m.