gen_rho | R Documentation |
Generate random number of binormal distribution with 0 mean unit variance and correlation coefficient rho.
gen_rho(n, rho)
n |
sample size. |
rho |
correlation coefficient. |
Binormal random number with length n(in a 2*n matrix).
gen_polyseries gen_polychoric
gen_rho(100,0.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.