An addition to allow for VIM for only a subset of the variables
ahubb40 opened this issue · 2 comments
ahubb40 commented
Be good to have an option that the user can specify to ask that only a subset of the variables (say variable name vector) to have a VIM done, but treat all of them as adjustment variables.
ck37 commented
That is a great idea, that would really speed up execution - will get that added.
ck37 commented
At long last I have a basic implementation of this done - there is now an A_names argument to varImpact() that is set to colnames(data) by default.