I'm trying to compare the coefficients of an OLS regression with a multilevel regression. I tried to use the Hausman command but got an error saying that
Code:
"model fitted on these data fails to meet the asymptotic assumptions of the Hausman test; see suest for a generalized test"
Code:
vce(cluster clustervar)
However, in my case there's only one model with clustering (the other is just a normal linear regression), so if I try this syntax -
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 suest fixed random, vce(cluster clustervar)
Is there a way to cluster just 1 model in the suest command?
Thanks!
Eran
0 Response to Suest - Can I cluster just 1 model?
Post a Comment