#' @export JointSig=function(a, b){ zz=apply(cbind(abs(a),abs(b)),1,min)*ifelse(a*b>0,1,-1) pp=2*pnorm(-abs(zz)) return(list(pp=pp,zz=zz)) }
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.