Teapot: Simplifying statistical tests with a click
For beginners and non-programmers, getting statistical tests done could create headaches. What if we only want to know if there is a relationship between one of the independent variable and the outcome (and leave the pre-conditions and finding suitable tests by a program) This is everything this post is about.
All that you need is to drag and drop your data in CSV Format (only the first 500 rows will be processed in this demo). The application does
- Data Cleanup
- Checks variable types (nominal/interval)
- Runs default relationship tests
- Serves the results in a table
- As a user, you can select one of the independent variables and the application runs one-sided/two-sided statistical tests (if applicable)
Screenshots
Tealang: The engine underneath the application
Underneath the application is tealang (python library). To know about the library and why it was written, please watch the video below.
Leave a comment
Your email address will not be published. Required fields are marked *