Dear Statalist users,
When estimating "areg y x, absorb(cvar)" is there a way to determine what the omitted category cvar is?
For example,
use https://www.stata-press.com/data/r18/auto2, clear
areg mpg weight gear_ratio, absorb(rep78)
I'd like to know which category of i.rep78 is dropped. Is it the first, the last, the most common? I cannot tell from the documentation.
Thank you in advance,
Marta
When estimating "areg y x, absorb(cvar)" is there a way to determine what the omitted category cvar is?
For example,
use https://www.stata-press.com/data/r18/auto2, clear
areg mpg weight gear_ratio, absorb(rep78)
I'd like to know which category of i.rep78 is dropped. Is it the first, the last, the most common? I cannot tell from the documentation.
Thank you in advance,
Marta
Comment