Hi Knut, I think you're going to have to be more specific. The code matrix(rnorm(25), 5, 5)
generates a random 5 by 5 matrix. If you need specific distributions, search through the helpfiles using help.search or RSiteSearch. --Gray On Wed, Jul 28, 2010 at 7:51 AM, Knut Krueger <[email protected]> wrote: > Hi to all, > > I am looking for a randomisation procedure for a single matrix, including a > possibility to set the number of randomisations and the to set the number of > row and columns . > > Knut > > ______________________________________________ > [email protected] mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. > -- Gray Calhoun Assistant Professor of Economics, Iowa State University http://www.econ.iastate.edu/~gcalhoun/ ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

