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

Typo in sample code #45

Closed
mtorchiano opened this issue Feb 9, 2020 · 0 comments
Closed

Typo in sample code #45

mtorchiano opened this issue Feb 9, 2020 · 0 comments
Assignees

Comments

@mtorchiano
Copy link
Owner

[From email]

In file CohenD.R, the sample code at the end

d <- rnorm(200)
f <- rep(c(1,2),400)
cohen.d(d ~ factor(f))

should be:

d <- rnorm(800)
f <- rep(c(1,2),400)
cohen.d(d ~ factor(f))
@mtorchiano mtorchiano self-assigned this Feb 9, 2020
mtorchiano added a commit that referenced this issue Feb 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant