Hi,
I am working with a panel data with two periods and would like to test the correlation levels between a set of variables, by year:
correlate var1 var2 var3 if year==0
correlate var1 var2 var3 if year==1
I would like to know if there is a way to test if there is a statistical difference in correlation between variables by year (a t-test of correlation if you will).
Thank you
I am working with a panel data with two periods and would like to test the correlation levels between a set of variables, by year:
correlate var1 var2 var3 if year==0
correlate var1 var2 var3 if year==1
I would like to know if there is a way to test if there is a statistical difference in correlation between variables by year (a t-test of correlation if you will).
Thank you
Comment