unable to find an inherited method for function ‘select’ for signature ‘"data.frame"’
I think this is due to the call to select() in the function varimp.diag() (line 29 in my copy-paste of the code from the terminal), which doesn't specify the dplyr namespace.
bart.step()
throws an errorI think this is due to the call to
select()
in the functionvarimp.diag()
(line 29 in my copy-paste of the code from the terminal), which doesn't specify thedplyr
namespace.