Dear All,
I want to use the LPM since my dependent variable is a dummy equal to one if the firm uses a certain type of technology, and 0 otherwise. I read some articles and some stata documents, but I still have a question. Is it right to use
? If I want to use reg and my standard errors should be "robust" how to use this option? I know that I can use
, but actually I wanna use
where I cluster at the industry level.
Thank you,
JL
I want to use the LPM since my dependent variable is a dummy equal to one if the firm uses a certain type of technology, and 0 otherwise. I read some articles and some stata documents, but I still have a question. Is it right to use
Code:
reg
Code:
vce(robust)
Code:
vce(cluster industry_f)
Thank you,
JL