I'm struggling to get adjusted means for an interaction term in my model. I have a time*intensity term where time is dichotomous (0=baseline, 1=followup) and my intensity measure is continuous. I can't use LSMEANS because it requires that my two variables be in a CLASS statement, and I can't/don't want to put my intensity variable in a CLASS statement because it's continuous.
I want to get adjusted means at the mean of intensity, and and 1 SD above and below the mean. To be more explicit, I want adjusted means for:
Time = 0 AND intensity = 1 SD above mean
Time = 1 AND intensity = 1 SD above mean
Time = 0 AND intensity = mean
Time = 1 AND intensity = mean
Time = 0 AND intensity = 1 SD below mean
Time = 1 AND intensity = 1 SD below mean