You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you GroupBycontrast, and then create more than one contrast at that level, the two new contrasts will not have a unique name. In fact merely giving a custom name to that higher-level contrast means that new contrasts will clash.
In this case, you are creating a contrast mydummy for both incongruent and congruent.
If you were to give this new contrast the special name 1, it would work, as the new name would be inherited from the previous level.
But given a new custom name, both contrasts will create a contrast named "mydummy" which cannot be differentiated. This is particularly problematic with more than 1 contrast (e.g. positive and negative slopes, intercepts. etc).
Proposal
If at a higher level a contrast has a custom name, the new name will be: in_contrast_new_contrast
In this previous example you would have:
incongruent_mydummy
congruent_mydummy
If the Name has the special key 1, then the name from the previous level is kept without any concatenation.
The text was updated successfully, but these errors were encountered:
@jmumford pointed out this issue:
If you
GroupBy
contrast
, and then create more than one contrast at that level, the two new contrasts will not have a unique name. In fact merely giving a customname
to that higher-levelcontrast
means that new contrasts will clash.For example:
In this case, you are creating a contrast
mydummy
for bothincongruent
andcongruent
.If you were to give this new contrast the special name
1
, it would work, as the new name would be inherited from the previous level.But given a new custom name, both contrasts will create a contrast named "mydummy" which cannot be differentiated. This is particularly problematic with more than 1 contrast (e.g. positive and negative slopes, intercepts. etc).
Proposal
If at a higher level a contrast has a custom name, the new name will be:
in_contrast
_new_contrast
In this previous example you would have:
incongruent_mydummy
congruent_mydummy
If the
Name
has the special key1
, then the name from the previous level is kept without any concatenation.The text was updated successfully, but these errors were encountered: