我的explanatory variables 很多:
模型为:
income = b0 + b1 edu + b2 gpa + b3 mother education + b4 family income + b5 college tiers + b7 female + b8 major_cs + b9 major_ee +e (major_cs是cs专业,major_ee是EE专业,reference group是其他理工科专业,×本研究主要是针对研究电子和计算机类学生的收入)
由于female这一项一直都显著为负,chow test 也通过了(把female于其他所有变量做交互项,再把一堆交互项带入方程,然后做F检验,p=0,说明可以拒绝原假设,分开男女两组对比)
这下我是不是可以
reg income edu gpa mother_education family income college tiers major_cs major_ee if female ==1
reg income edu gpa mother_education family income college tiers major_cs major_ee if female ==0 ????
向版主求教了,谢谢!
3# sungmoo