R/output.R

output <- function(lis) {
	for(i in 1:length(lis)) {
		ANOVAd$addTab(names(lis)[i],h.df(lis[[i]]))
		}
	}

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.