joon-e / tidycomm

tidycomm: Data Modification and Analysis for Communication Research
https://joon-e.github.io/tidycomm/
GNU General Public License v3.0
15 stars 5 forks source link

Add CIs to describe() #15

Closed joon-e closed 3 years ago

joon-e commented 4 years ago

I totally agree with @MarHai - great package. Could you add

LowerCI95 = .data$M - qt(0.975,df=.data$N-1) .data$SD/sqrt(.data$N) UpperCI95 = .data$M + qt(0.975,df=.data$N-1) .data$SD/sqrt(.data$N)

to the describe function?

I know there are many more ways to compute CIs such as in

https://www.rdocumentation.org/packages/rcompanion/versions/2.3.25/topics/groupwiseMean

Thanks, Jens

Originally posted by @vogelgesang in https://github.com/joon-e/tidycomm/issues/11#issuecomment-601646398

joon-e commented 4 years ago

I can't see why not, so this will be added in the next update.

joon-e commented 3 years ago

783208e1f22e9eb7f854f11178a549c0decb3f84