Nothing
"generate.sample2" <-
function(n=2){
mean <- rep(c(1,2),c(5000,5000));
sd <- rep(c(0.5,1,0.5,1),rep(2500,4));
m1 <- rand.norm.generate(n, mean, sd);
sd <- rep(c(1,2),c(5000,5000));
m2 <- rand.norm.generate(n, -mean, sd);
m <- cbind(m1,m2);
m
}
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.