Patrick Wang
2007-May-17 06:20 UTC
[R] How to generate two dimensional random variable for normal distributed
Hi, I can use runif to generate 1 dimensional random variables, assume the dimesion of the random variable is 2, X(x1, x2), how do I generate the 2 dimensional random variable with normal distribution? Do I need to both a mean vector and variance covariance matrix? Thanks Pat
Bernd Weiss
2007-May-17 07:15 UTC
[R] How to generate two dimensional random variable for normal distributed
Am 16 May 2007 um 23:20 hat Patrick Wang geschrieben: Date sent: Wed, 16 May 2007 23:20:25 -0700 (PDT) From: "Patrick Wang" <pwang at berkeley.edu> To: r-help at stat.math.ethz.ch Subject: [R] How to generate two dimensional random variable for normal distributed> Hi, > > I can use runif to generate 1 dimensional random variables, > > assume the dimesion of the random variable is 2, X(x1, x2), how do I > generate the 2 dimensional random variable with normal distribution?library(MASS) ?mvrnorm HTH, Bernd