Re: [R] Generating multinomial distribution and plotting

2010-09-11 Thread thedreamshaper
rnorm() in the MASS package to generate correlated multivariate normal > samples. > > HTH, > Dennis > > On Sat, Sep 11, 2010 at 12:52 PM, thedreamshaper > <[hidden email] <http://user/SendEmail.jtp?type=node&node=2535974&i=0>>wrote: > > > > >

[R] Generating multinomial distribution and plotting

2010-09-11 Thread thedreamshaper
I have had plenty of succes generating one dimensional variables and plotting them, but what do i do for more (specifically 2) dimensional multinomial variables? I figure i have to create a vector consisting of two 1 dim normallly distributed variables, that way i can also control the correlatio