Displaying 1 result from an estimated 1 matches for "poilog".
Did you mean:
p_ilog
2010 Mar 26
1
Poisson Lognormal
Hi R Users,
I'm going to estimate via. ML the parameters in Poisson Lognormal
model. The model is:
x | lambda ~ Poisson(lambda)
lambda ~ Lognormal(a,b)
Unfortunately, I haven't found a useful package allowing for such
estimation. I tried to use "poilog" package, but there is no equations
and it's hard to understand what exactly this package really does.
Using it I get the incorrect estimators.
I thing that I could use any package that allows to estimate
generalized linear mixed model, because above models is equivalent to:
x | exp(lambd...