Generate data from a poission random variable while still obtaining the desired xy correlation for each xy match and obtain the desired xx correlation among all x variables. The y and x will always be marginally dependent due to the xx correlation.
| 1 | gen_one_samp_md(base, xycor, xxcor, num_cor, num_uncor)
 | 
| base | Base rate that is desired | 
| xycor | the correlation between each correlated x and y | 
| xxcor | the correlation between the x's | 
| num_cor | Number of correlated X's | 
| num_uncor | Number of uncorrelated X's | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.