Nothing
Elambda <- function(log10lambda, coefs, eigens, rhos, neBsc, q)
{
lambda = 10^log10lambda
r.mat1 = 1/(1 + eigens * lambda * rhos)
r.mat = eigens * lambda/(1 + eigens * lambda * rhos)
sum(coefs^2 * r.mat * r.mat1) - (sum(r.mat1)-q) * (sum(coefs^2 * r.mat)+1) / (neBsc+1)
}
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.