This app has the aim of performing a chi-square test of two variables from a dataset introduced by the user.
The user must select a dataset in csv format and choose the options to permit the app properly read the file. Once this action has been executed, the user must select two variables from the listboxes at the bottom.
With these variables, the app performs a chi-square test and shows the contingency table of the two variables, the results of the chi-square test, a barplot showing the distribution of the values of the variables and the first five lines of the dataset.