Nothing
adjust.se<-function(df,ncomp,alpha=0.05,two.tailed=TRUE){
if(two.tailed){
return(abs(qt(alpha/2/ncomp,df)))
}else{
return(abs(qt(alpha/ncomp,df)))
}
}
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.