Hi, I have an artificial panel data in which the individual is the Household ID and time is defined as the individual's gender, meaning that for each household I have one couple with one individual male and other female. I have several explanatory variables such as years of education, age, nationality, religiosity and so on. I want to create a matrix with the correlation between males and females for each of my explanaotry variables. I tryed to use:
correlate varlist, by (gender)
But this option is not allowed. Any suggestion?
Thank you,
Daniel
correlate varlist, by (gender)
But this option is not allowed. Any suggestion?
Thank you,
Daniel
Comment