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

CIs for effect sizes #10

Open
yannikstegmann opened this issue Feb 5, 2020 · 1 comment
Open

CIs for effect sizes #10

yannikstegmann opened this issue Feb 5, 2020 · 1 comment

Comments

@yannikstegmann
Copy link

Hey @dgromer

Some journals recently ask for confidence intervals for effect sizes.
Could you maybe add these to your code?

Thank you in advance!
Best,
Yannik Stegmann

@dgromer
Copy link
Owner

dgromer commented Oct 13, 2020

CI for Cohen's d is was implemented in 5cd789a and 281aed7 using MBESS::conf.limits.nct() (released in apa 0.3.3 on CRAN).

Example:

library(tidyverse)
library(apa)

t_test(extra ~ group, data = sleep, var.equal = TRUE) %>%
  t_apa(es_ci = TRUE)

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

2 participants