yyh625482386 发表于 2015-4-29 21:56 
想学,probit久仰大名了,好多论文都涉及这个模型,就是不会?
Logit/Probit
• When the dependent variable is dichotomous (zero/one), you can run a Linear Probability
Model using the regress command. You may also want to run a logit or a probit regression.
The difference is the assumption about the probability distribution of the latent dependent
variable (LPM assumes an identity function, Logit a logistic distribution function, and Probit a
normal distribution function).
命令如下:probit Y(必须是0-1变量)X1 X2 X3