Anara:
with -o.- prefix Stata labels the omitted variables (again as per -fvvarlist- notation).
As the community-contributed module -xtoverid- does not support -fvvarlist- notation, you should remove the omitted variable manually before -xi:xtreg-, which is oftentimes unfeasible (see https://www.statalist.org/forums/for...ctor-variables).
Another option is to use the community-contributed module -rhausman- (just type -search rhausman- to spot and install it). A careful reading of the -helpfile- is warmly recommended.
with -o.- prefix Stata labels the omitted variables (again as per -fvvarlist- notation).
As the community-contributed module -xtoverid- does not support -fvvarlist- notation, you should remove the omitted variable manually before -xi:xtreg-, which is oftentimes unfeasible (see https://www.statalist.org/forums/for...ctor-variables).
Another option is to use the community-contributed module -rhausman- (just type -search rhausman- to spot and install it). A careful reading of the -helpfile- is warmly recommended.
Comment