There was an error while loading. Please reload this page.
impute_lm(y~x|z, where x > 0)
would first select records where x>0, fit the model, impute, and return the whole dataset.
x>0