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
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
The text was updated successfully, but these errors were encountered:
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).
MBESS::conf.limits.nct()
Example:
library(tidyverse) library(apa) t_test(extra ~ group, data = sleep, var.equal = TRUE) %>% t_apa(es_ci = TRUE)
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: