Nothing
thresholdIntrinsic <- function(alpha,
alternative = "two.sided",
type = "Held"){
z <- p2z(p = alpha, alternative = alternative)
if(type == "Held")
result <- z2p(z = sqrt(2)*z, alternative = alternative)
if(type == "Matthews")
result <- z2p(z = sqrt(2)*z/sqrt(sqrt(5) - 1), alternative = alternative)
return(result)
}
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.