After nbreg, what is the exact math during postestimation to obtain predicted probabilities when n=0, 1, 2.... k? This is not reported on the manual (or did I not found it?).
In other word, I want to replicate in a website the postestimation option pr(n) after nbreg
predict p_zero, p(0)
predict p_one, p(1)
predict p_two, p(2)
predict p_three, p(3)
predict p_four_or_more, p(4,.)
Thanks in advance to anyone who wants to help me.
Alessandro
In other word, I want to replicate in a website the postestimation option pr(n) after nbreg
predict p_zero, p(0)
predict p_one, p(1)
predict p_two, p(2)
predict p_three, p(3)
predict p_four_or_more, p(4,.)
Thanks in advance to anyone who wants to help me.
Alessandro
Comment