Announcement

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

  • Ipolate & Epolate- two identification variables


    Hi Stata users, I have a data set from 2000 to 2016 with some missing values for both dependent and independent variables. My data is divided by state, year and industrial sector. I need to interpolate (extrapolate) using industrial sector and state as identifier. How should I write the command in my dofile?

  • #2
    I see no syntactical problem with

    Code:
    bysort state sector (year) : ipolate whatever year, gen(guess)
    Last edited by Nick Cox; 16 Nov 2019, 04:47.

    Comment

    Working...
    X