In my research i'm running a multilevel model. I used this syntax:
Code:
mixed sqrt_Relative_time_days White Hispanic Other Age Sex i.Seriousness_of_crime_7 Death_Penalty i.year_of_conviction_groups || states_combined:
Code:
regress sqrt_Relative_time_days White Hispanic Other Age Sex i.Seriousness_of_crime_7 Death_Penalty i.year_of_conviction_groups estimates store fixed mixed sqrt_Relative_time_days White Hispanic Other Age Sex i.Seriousness_of_crime_7 Death_Penalty i.year_of_conviction_groups || states_combined: estimates store random hausman fixed random, equations(1:1)
Code:
model fitted on these data fails to meet the asymptotic assumptions of the Hausman test; see suest for a generalized test".
Code:
suest fixed random
Code:
mixed is not supported by suest
Thanks!
0 Response to Hausman\Suest after mixed
Post a Comment