Is there a way to include instrumental variables in a truncreg regression? I have not found such a command in Stata 16.0. If not, would it be appropriate to simply run a normal regression for the truncated sub-sample? That is
Code:
ivreg $ylist $xlist if $ylist>0
Or is there a more appropriate method?

Many thanks for any help