Nothing
      apval_Chen2010 <- function(sam1, sam2, eq.cov = TRUE){
	if(eq.cov){
		out <- apval_Chen2010_samecov(sam1, sam2)
	}else{
		out <- apval_Chen2010_diffcov(sam1, sam2)
	}
	return(out)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.