I have two dummy variables and calculated the correlation between them using Stata.
X
= Gender ($1=$ female/ $0=$ male)
Y
= Quiz solved ($1=$ yes/$0=$no)
I was told by my professor to use the pwcorr
command. I got a significant correlation of $-0.08383$.
Is it correct to conclude that the women in the dataset were less likely got the quiz right?