文章预览
检验方法专题--test、testparm、lincom 、 testnl、lrtest等命令进行单系数+多变量联合检验、沃尔德检验等 检验方法专题--单变量检验+多系数联合检验+行业效应检验方法do文档汇总 检验专题--相同解释变量对同一被解释变量影响检验 似然比检验LR-test--嵌套模型检验--lrtest 构建非线性约束进行非线性组合检验--testnl+参数线性组合的沃尔德检验 1、单变量或者单系数检验 cd C:\Users\Metrics\Desktop use census3,clear regress brate medage medagesq i.region 单变量或者单系数检验 test 3.region=0 //Test coefficient on 3.region is 0 test 3.region //Shorthand for the previous test command test 2.region=4.region //Test coefficient on 2.region=coefficient on 4.region Stata will perform the algebra, and then do the test test 2*(2.region-3*(3.region-4.region))=3.region+2.region+6*(4.region-3.region) 2、联
………………………………