We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[From email]
In file CohenD.R, the sample code at the end
CohenD.R
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))
The text was updated successfully, but these errors were encountered:
Changed Cohen d sample code
30d6bbc
Fixing issue #45
mtorchiano
No branches or pull requests
[From email]
In file
CohenD.R
, the sample code at the endshould be:
The text was updated successfully, but these errors were encountered: