Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • linear probability model (LPM)

    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
    Code:
    reg
    ? If I want to use reg and my standard errors should be "robust" how to use this option? I know that I can use
    Code:
    vce(robust)
    , but actually I wanna use
    Code:
    vce(cluster industry_f)
    where I cluster at the industry level.

    Thank you,
    JL
Working...
X