jbryer / likert

Package to analyze likert based items.
309 stars 124 forks source link

Possible to add confidence intervals or test stats for diffs b/w groups? #57

Closed jquattro closed 5 years ago

jquattro commented 8 years ago

This package is fantastic! Just wondering if it would be possible to add the ability to indicate if comparisons across groups are statistically significant. For example, in the provided examples looking at reading differences across Mexico, Canada, and the US, would it be possible to show an F statistic and associated p-value in a column to the right?

jpaulbrowning commented 7 years ago

Great idea!

jbryer commented 5 years ago

This is a complicated issue I am not sure I want to introduce into this package. Added test statistics assumes you can treat the likert responses as continuous variables. In most cases, at least at the item level, I don't think you can. To treat them as continuous variables you are assuming the intervals are equal, and generally they are not. The inclusion of density plots was, in part, a way to check some of those assumptions. However, I do regret having that plot type and may remove it in version 2. See this article for more information: https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4833473/