Have been using STATA to run negative binomial regressions in a replication. Not sure what is under the hood on how STATA does this, but wanted to know if there is an R function/package that does the same thing? The R will give me a better idea of how this works, since I can see the code.
|
feedback
|
|
Look into the | |||||
feedback
|
|
If you're more comfortable using R, then that's probably the way to go; however, if you're interested in what's "under the hood" in Stata, you can always see what's going on in much the same way as in R by using
to see what code is running (or download -tr- from SSC) or using
to see the actual code that is run by -xtnbreg-. If you're interested in how Stata is calculating the results in -xtnbreg- there is a detailed discussion of the likelihood function in the [xt] manual page 367-370 with references included. Eric A. Booth | eric.a.booth@gmail.com | ebooth@tamu.edu | |||
|
feedback
|