makeEta | R Documentation |
makeEta - a wrapper for mvrnorm that currently does nothing else but set the seed and call mvrnorm. Retained as we may need to extend its functionality
makeEta(n, mu, Sigma, seed = 1)
n |
See |
mu |
See |
Sigma |
See |
seed |
Default 1. A random seed for replication. |
Stephen Tueller stueller@rti.org
Y <- makeEta(1000, c(0,0), matrix(c(1,.3,.3,1), 2, 2))
pairs(Y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.