ttest.mz <-
function(x, y)
{
ttest_res=t.test(t(x), as.matrix(y),paired=T)
ttest_res=abs(ttest_res$p.value)
return(ttest_res)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.