Thank you very much, now i can proceed to my next task. THANK YOU
--- On Wed, 9/9/09, Schalk Heunis wrote:
From: Schalk Heunis
Subject: Re: [R] Combining simulated data
To: "KABELI MEFANE"
Cc: R-help@r-project.org
Date: Wednesday, 9 September, 2009, 8:45 PM
Kabeli
I think th
Kabeli
I think this is what you want:
Hypermarket <- matrix(rnorm(10, mean=2, sd=7000))
Supermarket <- matrix(rnorm(15, mean=12000, sd=4000))
Minimarket <- matrix(rnorm(20, mean=1, sd=4000))
Cornershop <- matrix(rnorm(20, mean= 8000, sd=3000))
Spazashop <- matrix(rnorm(35, mean= 7000
R helpers
Please help me combine the simulated data to a form of table where: Hypermarket
have 10 rows, supermarket have 15 rows,..., spazashops with 35 rows.
Hypermarket <- rnorm(10, mean=2, sd=7000)
Supermarket <- rnorm(15, mean=12000, sd=4000)
Minimarket <- rnorm(20, mean=1, s
3 matches
Mail list logo