zhijie zhang
2006-Aug-01 14:33 UTC
[R] help on fitting negative binomial distribution with MLE
Dear friends, Anybody knows how to fit the negative binomial distribution with MLE using R or other software? I can't find the solution, any suggestions or help would be greatly appreciated. -- Kind Regards, Zhi Jie,Zhang [[alternative HTML version deleted]]
Prof Brian Ripley
2006-Aug-01 15:20 UTC
[R] help on fitting negative binomial distribution with MLE
This is a special case of MASS::fitdistr MASS::glm.nb and the first will be easiest for you. On Tue, 1 Aug 2006, zhijie zhang wrote:> Dear friends, > Anybody knows how to fit the negative binomial distribution with MLE > using R or other software? I can't find the solution, any suggestions or > help would be greatly appreciated. > >-- Brian D. Ripley, ripley at stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595
Possibly Parallel Threads
- MLE of negative binomial distribution parameters
- how to get the variance-covariance matrix/information of alpha and beta after fitting a GLMs?
- Generating series of distributions with the same skewness and different kurtosis or with same kurtosis and different skewness?
- How to add legend for image()?
- Is there any good tools to facilitate us to create R functions?