Hi guys, I am a current economics student and am struggling with Stata and would be very grateful for any guidance.
My study aims to understand the relationship between the decline in male regular employment caused by the lost decade and how this is affecting female non regular labor force participation.
The dependent variable is male reg employment, and the independent variable is female non reg employment.
I am using secondary and tertiary sector share as control variables to make sure the relationship between the decline in male employment and female non regular employment is to do with the Japanese labour market fundamentally changing - nothing to do with deindustrialization, for example.
I have data from 1982 to 2022 in five year intervals for each prefecture of Japan with female and male non regular and reg employment figure and the sectoral employment breakdown as well. The sum of non regular and regular do not account for all employment though - I have not included family workers and self employed ppl etc.
my question is:
I started off with a pooled OLS with an equation ln(Fnonregular)=beta0 + beta1ln(Mregular)it + beta2SecondaryShareit + beta3TertiaryShare +eit
To then check whether i should use the RM or pooled, I ran a an LM test which rejected the null hypothesis.
I also ran the F test which favoured the FM.
Then to choose between the two, I ran a Hausman test but I keep getting the same error:
chi2(3) = (b-B)'[(V_b-V_B)^(-1)](b-B)
= -219.03
Warning: chi2 < 0 ==> model fitted on these data
fails to meet the asymptotic assumptions
of the Hausman test; see suest for a
generalized test.
I tried doing the xtoverid but that doesnt work either stating some installation issue.
I'm wondering if this issue is arising because I don thave enough control variables or data errors.
I am not that clued up on Stata and would love some guidance.
I have attached screenshots from what I have managed to run.
My study aims to understand the relationship between the decline in male regular employment caused by the lost decade and how this is affecting female non regular labor force participation.
The dependent variable is male reg employment, and the independent variable is female non reg employment.
I am using secondary and tertiary sector share as control variables to make sure the relationship between the decline in male employment and female non regular employment is to do with the Japanese labour market fundamentally changing - nothing to do with deindustrialization, for example.
I have data from 1982 to 2022 in five year intervals for each prefecture of Japan with female and male non regular and reg employment figure and the sectoral employment breakdown as well. The sum of non regular and regular do not account for all employment though - I have not included family workers and self employed ppl etc.
my question is:
I started off with a pooled OLS with an equation ln(Fnonregular)=beta0 + beta1ln(Mregular)it + beta2SecondaryShareit + beta3TertiaryShare +eit
To then check whether i should use the RM or pooled, I ran a an LM test which rejected the null hypothesis.
I also ran the F test which favoured the FM.
Then to choose between the two, I ran a Hausman test but I keep getting the same error:
chi2(3) = (b-B)'[(V_b-V_B)^(-1)](b-B)
= -219.03
Warning: chi2 < 0 ==> model fitted on these data
fails to meet the asymptotic assumptions
of the Hausman test; see suest for a
generalized test.
I tried doing the xtoverid but that doesnt work either stating some installation issue.
I'm wondering if this issue is arising because I don thave enough control variables or data errors.
I am not that clued up on Stata and would love some guidance.
I have attached screenshots from what I have managed to run.

Comment