Hi
So I have a very large dataset full of 1's and 0's for each column. I am trying to see if there is any correlation between some of the particular columns.
I am trying to correlate data on inside an area vs. outside of the area to see if there are any significant differences between people inside and outside these areas. And I am doing it for many different areas. It is a survey with yes and no answers, so the columns would look something like this with "no" as 0 and "yes" as 1.
Inside area Outside area
0 0
0 0
0 1
0 1
1 1
1 1
1 1
etc. etc.
I am not sure how to go about this. I have tried the "Fit Y by X" option with column 1 as Y, Response and column 2 as X, Factor but the result don't really look right.
Can anyone help with this?
Thanks