Announcement

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

  • Esttab Indicate - coefficient not found

    Hello! I'm trying to indicate both fixed effects and control variables using esstab. However, I'm getting the error "coefficient year not found". Could someone please help?

    Code:
     eststo clear
    eststo: areg abc i.Type c.price##i.Type i.year, r a(place)
    eststo: areg abc i.Type c.price##i.Type i.year i.place, r a(item)
    esttab, drop(*year* *place*) replace indicate ("Year=i.year" "Location=place" "Item=item")
    esttab using "xyz.tex", drop(*year* *place*)
    The code was running fine before I added indicate. Thanks for your help!
Working...
X