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

Effect size description in documentation #36

Open
tbrown122387 opened this issue Apr 8, 2024 · 0 comments
Open

Effect size description in documentation #36

tbrown122387 opened this issue Apr 8, 2024 · 0 comments

Comments

@tbrown122387
Copy link

Currently, in the documentation of pwr.norm.test(), the effect size argument (i.e. d= ) is described as "Effect size d=mu-mu0". However, in the code documentation, you use the standardized effect size:

sigma<-15
c<-100
mu<-105
d<-(mu-c)/sigma
pwr.norm.test(d=d,n=20,sig.level=0.05,alternative="greater")
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