Nothing
Dunnetts.K.F2 <-
function (x, k, rho)
{
fcn.to.integrate <- function(y, x, k, rho) {
(pnorm((x + sqrt(rho) * y)/sqrt(1 - rho)) - pnorm((-x +
sqrt(rho) * y)/sqrt(1 - rho)))^k * dnorm(y)
}
integrate(fcn.to.integrate, lower = -Inf, upper = Inf, x = x,
k = k, rho = rho)$value
}
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.