set seed 1234 drop _all set obs 1000 gen byte x = _n <= 250 gen y = -3 + 3*x + rnormal() reg y x hangroot, ci