first: i know two ways to use Heckman test, (1) by generate dummy variable as follows:
HTML Code:
generate dy = dependent_var > 0
but in case the dependent variable is dummy we got this message (dependent variable collinear with _cons)
my question is
can we use heckman model with dummy dependent variable?
(2) in case i want to use Heckman step by step
I will use a probit model
HTML Code:
probit indp_pay_log board_ind loss_total eps1 Fem_indep , robust cluster(code)
HTML Code:
outcome does not vary; remember: 0 = negative outcome, all other nonmissing values = positive outcome
0 Response to Heckman model
Post a Comment