Re: [R] Question on where samples are grouped in rmvnorm{mvtnorm}

2011-05-01 Thread Uwe Ligges
On 01.05.2011 05:39, Chee Chen wrote: Dear All, For function: rmvnorm{mvtnorm} in (library No, it is a package, not a library! mvtnorm, not splus2R), if I generate 2 bivariate normal samples as follows: rmvnorm(2,mean=rep(0,2),sigma=diag(2)) [,1] [,2] [1,] 2.0749459 1.

Re: [R] Question on where samples are grouped in rmvnorm{mvtnorm}

2011-05-01 Thread Petr Savicky
On Sat, Apr 30, 2011 at 11:39:43PM -0400, Chee Chen wrote: > Dear All, > For function: rmvnorm{mvtnorm} in (library mvtnorm, not splus2R), if I > generate 2 bivariate normal samples as follows: > > rmvnorm(2,mean=rep(0,2),sigma=diag(2)) >[,1] [,2] > [1,] 2.0749459 1.4932752 > [