Displaying 1 result from an estimated 1 matches for "simonj16".
Did you mean:
simon1
2013 Feb 18
1
R function help!
simonj16 wrote
> Consider an urn that contains 10 tickets, labelled: 1,1,1,1,2,5,5,10,10,10
>
> I want to draw with replacement n=40 tickets. I am interested in the sum,
> Y, of the 40 ticket values that I draw
>
> Write an R function named urn.model that simulates this experiement. What...