View source: R/gen_polyseries.R
gen_polyseries | R Documentation |
Generate polyseries sample with hidden distribution: binormal with correlation coefficient rho.
gen_polyseries(n, rho, a)
n |
sample size. |
rho |
correlation coefficient. |
a |
the cutoff points array. |
Polyseries sample with size n(in a 2*n matrix).
gen_rho gen_polychoric
gen_polyseries(100,0.5,-1:1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.