I have a two stage model where coefficients of model 1 become the $y$-vector for model 2. I have standard errors for those coefficients, and I want to weigh the observations in model 2 according to the standard error that the corresponding coefficient had in model 1. I believe the correct way to do this is weigh the observations in 2 by 1/SE, where SE is the standard error of the corresponding coefficient in model 1.
Now, the data for model 1 actually gets artificially created by me. I therefore know that coefficients with a SE of $\geq X$ are completely useless (I know this given my setup). Now, in model 2, giving those useless observations a weight of $1/\text{SE}$, with $\text{SE}\geq X$, seems like giving them too much weight, since their actual weight should be 0
What is the best method to weigh observations in such a case?