Hi Statalisters
I'm analysing the vaccination uptake (dependent variable: vaccinated; first level: individuals) among General Practitioners (second level: GPs) of my Local Health Unit.
Covariates are gender, citizenship and calendar year (year a vs year b, after the approval of a new medical contract).
I ran two xtlogit models in two complementary subsets of my data (year a, year,b) and I need to confront the second-level variability of these models, testing if rho in year b is significantly different from rho in year a, as it apparently is.
As for the code, I use the union.dta
Or better, how can I compare rho of these two models?
Thanks for your help.
Dr. Mario Saugo
Dr. Luca Perin
Epidemiological Service
Local Health Unit 7
Veneto Region
I'm analysing the vaccination uptake (dependent variable: vaccinated; first level: individuals) among General Practitioners (second level: GPs) of my Local Health Unit.
Covariates are gender, citizenship and calendar year (year a vs year b, after the approval of a new medical contract).
I ran two xtlogit models in two complementary subsets of my data (year a, year,b) and I need to confront the second-level variability of these models, testing if rho in year b is significantly different from rho in year a, as it apparently is.
As for the code, I use the union.dta
use http://www.stata-press.com/data/r13/union, clearHow can I compare /lnsig2u of these two models?
xtlogit union age grade not_smsa south year if black==0
est store noblack
xtlogit union age grade not_smsa south year if black==1
est store black
Or better, how can I compare rho of these two models?
Thanks for your help.
Dr. Mario Saugo
Dr. Luca Perin
Epidemiological Service
Local Health Unit 7
Veneto Region

Comment