[prev in list] [next in list] [prev in thread] [next in thread] 

List:       r-help
Subject:    Re: [R] Random number generation
From:       Jason Edgecombe <jason () rampaginggeek ! com>
Date:       2011-07-22 0:05:58
Message-ID: 4E28BEE6.9070407 () rampaginggeek ! com
[Download RAW message or body]

On 07/21/2011 08:04 PM, Jason Edgecombe wrote:
> On 07/21/2011 07:18 PM, karena wrote:
>> Hi,
>>
>> I want to generate multiple sets of random numbers.
>> The requirement is that:
>> 1) each set have 3 random numbers;
>> 2) the sum of the three number is always 1.
>>
>> how to do this?
>
> Try this:
>
>     df<-data.frame(a=runif(10),b=runif(10))
>     df$c=df$a+df$b
>     df
>
> Replace 10 with the number of rows that you want. Replace runif with 
> your random function of choice.
>
> Jason
Nevermind, I didn't address how to ensure that each row adds up to one.

Sorry,
Jason

______________________________________________
R-help@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.
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic