Skip to content
Prev 26868 / 398500 Next

beta-binomial

On 11 Jan 2003 at 20:20, Zhen Pang wrote:
You can finf the beta-binomila distribution in one of Jim Lindsay's 
libraries, in rmutil (dbetabinom      Density of Beta Binomial 
Distribution) and in repeated (biv.betab       Bivariate Beta-
binomial Regression). If you don't want to fit a regression model, 
just a distribution, you could combine with fitdistr in package MASS. 
An example:
lower=c(0,0), upper=c(1,Inf) )
       m            s     
  0.22454182   4.39593104 
 (0.02145044) (1.01358666)

Kjetil Halvorsen