Margit Averdijk <[email protected]> asks:
> I am estimating xtmepoisson models. As I understand, the variance of the
> error term is fixed at a minimum. Is there any way to set the variance of
> the error term 'free' so that I can control for overdispersion?
Define a new level of the model comprised of the observations themselves.
. gen obs = _n
When used as the final (lowest) level in -xtmepoisson-, the variance component
corresponding to -obs- will then estimate the overdispersion.
. xtmepoisson ... || obs:, ...
--Bobby
[email protected]
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/