Dear Statalist,
My question is the following:
I am using Demographic and Health survey of Turkey to estimate the equation below. Standard errors are clustered for 26 regions, in which individuals lived when they were children. In the model, I have 26 regions fixed effects, 12 age fixed effects, three categories of mother tongues and parents educational attainment. Additionally, the model also includes dummy for whether or not data is taken from 2008 survey and she was young at the time of the survey as well as urban/rural dummy and wealth continues variable.
The eqaution below is my first stage estimate in order to estimate the impact of education on healt behaviours of woman. However when I tried to estimate the model below it did not give the F statistics and probability value for the whole model. However, It still gives the coefficients of the independent variables and their t statistics.
Could you please explain this to me? The model below is estimated with STATA 11.2 and the frequncy of observations for each region are given.
Thank you very much,
reg Woman_Edcation i.2008##i.young i.childhoodregion26 i.Age_Fixed_Effct i.mothertongue i.Parents_Edc urban wealths [aw=weight], nocon vce (cluster childhoodregion26)
Number of obs = 4026
F( 17, 26) = .
Prob > F = .
R-squared = 0.2814
Root MSE = .37696
Childhood|
region 26 | Freq.
---------------+-----------------------------------
1 | 160
2 | 52
3 | 68
4 | 50
5 | 47
6 | 106
7 | 84
8 | 85
9 | 99
10 | 127
11 | 78
12 | 194
13 | 245
14 | 121
15 | 163
16 | 84
17 | 68
18 | 201
19 | 198
20 | 178
21 | 208
22 | 135
23 | 344
24 | 294
25 | 452
26 | 250
Abroad | 50
---------------+-----------------
Total | 4,141
My question is the following:
I am using Demographic and Health survey of Turkey to estimate the equation below. Standard errors are clustered for 26 regions, in which individuals lived when they were children. In the model, I have 26 regions fixed effects, 12 age fixed effects, three categories of mother tongues and parents educational attainment. Additionally, the model also includes dummy for whether or not data is taken from 2008 survey and she was young at the time of the survey as well as urban/rural dummy and wealth continues variable.
The eqaution below is my first stage estimate in order to estimate the impact of education on healt behaviours of woman. However when I tried to estimate the model below it did not give the F statistics and probability value for the whole model. However, It still gives the coefficients of the independent variables and their t statistics.
Could you please explain this to me? The model below is estimated with STATA 11.2 and the frequncy of observations for each region are given.
Thank you very much,
reg Woman_Edcation i.2008##i.young i.childhoodregion26 i.Age_Fixed_Effct i.mothertongue i.Parents_Edc urban wealths [aw=weight], nocon vce (cluster childhoodregion26)
Number of obs = 4026
F( 17, 26) = .
Prob > F = .
R-squared = 0.2814
Root MSE = .37696
Childhood|
region 26 | Freq.
---------------+-----------------------------------
1 | 160
2 | 52
3 | 68
4 | 50
5 | 47
6 | 106
7 | 84
8 | 85
9 | 99
10 | 127
11 | 78
12 | 194
13 | 245
14 | 121
15 | 163
16 | 84
17 | 68
18 | 201
19 | 198
20 | 178
21 | 208
22 | 135
23 | 344
24 | 294
25 | 452
26 | 250
Abroad | 50
---------------+-----------------
Total | 4,141
Comment