Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update wsmp.R #7

Merged
merged 1 commit into from Jun 21, 2020
Merged

Update wsmp.R #7

merged 1 commit into from Jun 21, 2020

Conversation

@bartosz-kozak
Copy link
Contributor

@bartosz-kozak bartosz-kozak commented Jun 18, 2020

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.

change mean to Y in select function
@TiagoOlivoto TiagoOlivoto merged commit 918a87e into TiagoOlivoto:master Jun 21, 2020
@TiagoOlivoto
Copy link
Owner

@TiagoOlivoto TiagoOlivoto commented Jun 21, 2020

You have done a great job! Thank you so much!

TiagoOlivoto added a commit that referenced this pull request Jun 21, 2020
@bartosz-kozak
Copy link
Contributor Author

@bartosz-kozak bartosz-kozak commented Jun 22, 2020

your welcome :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants
You can’t perform that action at this time.