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

Bug in TwoClassSim #744

Closed
wmuhanna opened this issue Sep 29, 2017 · 1 comment
Closed

Bug in TwoClassSim #744

wmuhanna opened this issue Sep 29, 2017 · 1 comment

Comments

@wmuhanna
Copy link

@wmuhanna wmuhanna commented Sep 29, 2017

shuffle <- sample(1:nrow(tmpData), floor(nrow(tmpData)*j))

Variable "j" undefined. Line should be changed to:
shuffle <- sample(1:nrow(tmpData), floor(nrow(tmpData)*mislabel))

topepo added a commit that referenced this issue Oct 24, 2017
@topepo
Copy link
Owner

@topepo topepo commented Oct 24, 2017

Oy! Yes, thanks for seeing that.

@topepo topepo closed this Oct 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

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