Hi,
I'm trying to find out if a "delta" between two variables across time can be explained by another variable. Initially, I wrote the following code which worked:
ttest (difference), by (indvar)
but the independent variable I want to use now is continuous, which is not allowed in this option set. Is there a way to add continuous variable as a qualifier in the ttest?
Thank you,
I'm trying to find out if a "delta" between two variables across time can be explained by another variable. Initially, I wrote the following code which worked:
ttest (difference), by (indvar)
but the independent variable I want to use now is continuous, which is not allowed in this option set. Is there a way to add continuous variable as a qualifier in the ttest?
Thank you,
Comment