MicheleNuijten / statcheck-web

MIT License
2 stars 0 forks source link

statcheck on the web

statcheck is a "spellchecker" for statistics. It checks whether your p-values match their accompanying test statistic and degrees of freedom. statcheck searches for null-hypothesis significance test (NHST) in APA style (e.g., t(28) = 2.2, p < .05). It recalculates the p-value using the reported test statistic and degrees of freedom. If the reported and computed p-values don't match, statcheck will flag the result as an error.

How can I use the statcheck web app?

The statcheck web app is a simple interface that calls on the statcheck R package in the background. To use the web app, all you need is a working internet connection. You don't need R, or even know how to work with R.

Simply go to the website at https://statcheck.io and upload a paper in .pdf, .html, or .docx format. Statcheck will search your document for statistics and returns a table with all detected statistics and whether they are internally consistent or not.

Where can I find more information?

Questions and comments

Feedback about the statcheck web app is always welcome! Please send your questions and suggestions by creating an Issue here on Github; it's really easy to do!

You can also send me an email.

Copyright

The statcheck web app is distributed under the MIT license. See the file copyright.txt in this repository for more information.