On 11/06/2012 03:43, Simon Urbanek wrote:
> On Jun 10, 2012, at 9:24 PM, Dirk Eddelbuettel wrote:
>
>> On 8 June 2012 at 12:27, Renaud Gaujoux wrote:
>> | PS: Dirk do you want me to post this on the Rcpp list for record?
>>
>> Yes, that generally is where Rcpp questions / comments / hints should g
On 11 June 2012 at 09:33, Renaud Gaujoux wrote:
| On 11/06/2012 03:43, Simon Urbanek wrote:
| As far as R is concerned it works equally well on Linux - the problem
there is more on the side of distributions, because it is more unusual to have
multi-lib Linux (originally it was used on Linux
Hello,
I'm trying to implement the Beta binomial distribution as a R package.
I studied R-ext manual but still there are some problems. The code in
C seems to work except for the rbetabinom function which is not very
random (it always returns the same values for the same parameters). I
have tried