R/apval_Chen2014.R

apval_Chen2014 <- function(sam1, sam2, eq.cov = TRUE){
	if(eq.cov){
		out <- apval_Chen2014_samecov(sam1, sam2)
	}else{
		out <- apval_Chen2014_diffcov(sam1, sam2)
	}
	return(out)
}

Try the highmean package in your browser

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

highmean documentation built on May 2, 2019, 3:45 p.m.