R/pairdat.norm.R

"pairdat.norm" <-
function(n=100, M=0, SD=1)
{
   x <- rnorm(n, 0, SD/sqrt(2))
   y <- rnorm(n, 0, SD/sqrt(2)) + M
   list(x=x,y=y)
}

Try the equivalence package in your browser

Any scripts or data that you put into this service are public.

equivalence documentation built on May 1, 2019, 9:15 p.m.