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
Currently the order of the columns in cons and columns in inds is crucial and must match AND be alphabetical because of the way inds is expanded (spread).
Need to find a way around this that doesn't require providing levels and colnames in perfect alphabetical order because this is not always desirable.
The text was updated successfully, but these errors were encountered:
Currently the order of the columns in cons and columns in inds is crucial and must match AND be alphabetical because of the way
inds
is expanded (spread).Need to find a way around this that doesn't require providing levels and colnames in perfect alphabetical order because this is not always desirable.
The text was updated successfully, but these errors were encountered: