I would like to take the Combined Data Table having only the differences with the REF. But I want them in the form:
Level - Level
A1 REF
A2 REF
A3 REF
As you can see in the screenshot that I provided in my first question above, at the end of the table there is the REF indicator at the "Level" Column and not at the "- Level".
But to explain wat I am asking:
In SAS you can do that providing the following line in the mixed process:
lsmeans condition/ diffs=control("REF") alpha=0.1;
and you get the following table:
is it possible that in jsl?