Count number instead of dots in scatterplot matrix of binary data
Hi all, I have a dataset with 40 columns and 300+ rows.For every column (= an event name) the values are binary, meaning yes/no attendance of the event for each row.I am interested to see if there is a correlation in attendance between the different events/columns.I managed to visualize this with a scatterplot matrix.I adjusted the axes for the matrix to only show values that have value 1 for both...