Hello,
I had a problem with using wsmp function. Got error massage:
ERROR: Can't subset columns that don't exist. x Column 'mean' doesn't exist.
I found that the problem is with naming column in df augment of object of class wass (around line 247). This df don't have column named mean. The change I made solve the problem.
Hello, I had a problem with using
wsmp
function. Got error massage:ERROR: Can't subset columns that don't exist. x Column 'mean' doesn't exist.
I found that the problem is with naming column in df augment of object of class wass (around line 247). This df don't have column named mean. The change I made solve the problem.