markvanderloo / simputation

Making imputation easy
GNU General Public License v3.0
91 stars 11 forks source link

add a where argument #26

Open markvanderloo opened 5 years ago

markvanderloo commented 5 years ago
impute_lm(y~x|z, where x > 0)

would first select records where x>0, fit the model, impute, and return the whole dataset.