Hello everyone,
I am trying to interpolate education enrollment variable in panel data using the following code:
ipolate edu time, gen (edul ) epolate by(country)
However, I got negative values, while this variable can not take negative values economically. So, how can I add constrain to the range of the interpolated values.
thanks in advance !
I am trying to interpolate education enrollment variable in panel data using the following code:
ipolate edu time, gen (edul ) epolate by(country)
However, I got negative values, while this variable can not take negative values economically. So, how can I add constrain to the range of the interpolated values.
thanks in advance !
Comment