Re: [R] Discrete Uniform Distribution

2017-08-08 Thread Jeff Newmiller
Which step do you need HELP with? Read the Posting Guide... you should be 
posting plain-text-formatted emails, with example code and data showing how far 
you have come. This is not a free programming service. 

Of course if this is homework then you should be asking your instructor or 
other support staff for help. 
-- 
Sent from my phone. Please excuse my brevity.

On August 8, 2017 3:18:13 PM PDT, Muhammad-Usman Zaheer 
 wrote:
>Hey
>
>I want to generate a discrete uniform distribution as follows:
>
>For example:
>
>I want to get 278734 records each with a numbers between 7-10. And the
>sum
>of numbers in 278734 records to be equal to 2253712. Once this is done,
>I
>want to get that printed to an excel file such that
>
>Record Value
>19
>27
>so on
>278734 8
>
>
>The total for column "Value"=2253712
>
>​Thanks.​
>
>-- 
>
>
>
>
>
>Best,
>
>​m.u.zaheer​
>
>   [[alternative HTML version deleted]]
>
>__
>R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
>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.

__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
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.

[R] Discrete Uniform Distribution

2017-08-08 Thread Muhammad-Usman Zaheer
Hey

I want to generate a discrete uniform distribution as follows:

For example:

I want to get 278734 records each with a numbers between 7-10. And the sum
of numbers in 278734 records to be equal to 2253712. Once this is done, I
want to get that printed to an excel file such that

Record Value
19
27
so on
278734 8


The total for column "Value"=2253712

​Thanks.​

-- 





Best,

​m.u.zaheer​

[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
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.