TDear StataList colleagues,
I have been trying to build a semiparametric model for high school dropout based on Ichimura (1993). But there are a few things that i haven't figure it out yet.
I made a bseline mode and this is what I got
These are my questions:
1) What does it means
2) How can i find out the nonparametric equation, g(.)? I know how to generate the index.
I look it up on https://ideas.repec.org/c/boc/bocode/s457927.html, but i had no luck.
Thank you all,
Max
I have been trying to build a semiparametric model for high school dropout based on Ichimura (1993). But there are a few things that i haven't figure it out yet.
I made a bseline mode and this is what I got
Code:
. sls transitioning menino branco rural lnpib_pc i_funcionarios_razao prof_idade if i<=100064
initial: SSq(b) = 896.97362
alternative: SSq(b) = 896.98122
rescale: SSq(b) = 896.97362
SLS 0: SSq(b) = 896.97362 (not concave)
SLS 1: SSq(b) = 894.3267 (not concave)
SLS 2: SSq(b) = 893.73212 (not concave)
SLS 3: SSq(b) = 891.03668 (not concave)
SLS 4: SSq(b) = 890.79053 (not concave)
SLS 5: SSq(b) = 890.77715 (not concave)
pilot bandwidth
90.46624046
SLS 0: SSq(b) = 893.42571 (not concave)
SLS 1: SSq(b) = 884.68644 (not concave)
SLS 2: SSq(b) = 884.38933 (not concave)
SLS 3: SSq(b) = 882.48653
SLS 4: SSq(b) = 872.16431 (not concave)
SLS 5: SSq(b) = 869.41449 (not concave)
SLS 6: SSq(b) = 866.57781
SLS 7: SSq(b) = 860.83147 (not concave)
SLS 8: SSq(b) = 860.59351
SLS 9: SSq(b) = 860.19257 (not concave)
SLS 10: SSq(b) = 860.16003 (not concave)
SLS 11: SSq(b) = 860.15529 (not concave)
SLS 12: SSq(b) = 860.14491
SLS 13: SSq(b) = 860.14046
SLS 14: SSq(b) = 860.13996
SLS 15: SSq(b) = 860.13943
SLS 16: SSq(b) = 860.13937
SLS 17: SSq(b) = 860.13935
Number of obs = 5461
root MSE = .39687
--------------------------------------------------------------------------------------
transitioning | Coef. Std. Err. z P>|z| [95% Conf. Interval]
---------------------+----------------------------------------------------------------
Index |
branco | -846.1087 43.70445 -19.36 0.000 -931.7679 -760.4496
rural | -7490.569 374.1025 -20.02 0.000 -8223.797 -6757.342
lnpib_pc | 15266.43 760.6964 20.07 0.000 13775.49 16757.37
i_funcionarios_razao | 1418.522 70.88002 20.01 0.000 1279.6 1557.444
prof_idade | -349.8687 17.34921 -20.17 0.000 -383.8725 -315.8649
menino | 1 (offset)
--------------------------------------------------------------------------------------
1) What does it means
Code:
initial: SSq(b) = 896.97362 alternative: SSq(b) = 896.98122 rescale: SSq(b) = 896.97362 root MSE = .39687 pilot bandwidth 90.46624046 - this is the kernel h?
I look it up on https://ideas.repec.org/c/boc/bocode/s457927.html, but i had no luck.
Thank you all,
Max

Comment