[R] Generating Random Numbers
arun
smartpink111 at yahoo.com
Thu Jul 19 18:08:31 CEST 2012
Hello,
Try this:
#Generate 4 random numbers.
set.seed(1)
rnorm(4,60)
#[1] 59.37355 60.18364 59.16437 61.59528
> sum(rnorm(4,60))
#[1] 240.7348
fifthnumber<-300-240.7348
fifthnumber
#[1] 59.2652
A.K.
----- Original Message -----
From: arunkumar1111 <akpbond007 at gmail.com>
To: r-help at r-project.org
Cc:
Sent: Thursday, July 19, 2012 7:12 AM
Subject: [R] Generating Random Numbers
hi
My inputs is min=(10,10,10,10,10) and max=(100,100,100,100,100)
total = 300
i have to generate 5 numbers between min and max and those numbers should
sum upto total
Can anyone help?
-----
Thanks in Advance
Arun
--
View this message in context: http://r.789695.n4.nabble.com/Generating-Random-Numbers-tp4637020.html
Sent from the R help mailing list archive at Nabble.com.
______________________________________________
R-help at r-project.org 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.
More information about the R-help
mailing list