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
To get it to work, you must recode Sex (factor) to a numeric variable, and then pass by shuffle_by=Sex to analyze_time_clusters. This is because of a mismatch between the auto-factored variable in lmer() (which is named SexM automatically) — it doesn't match a column name.
The text was updated successfully, but these errors were encountered:
Currently, the example here doesn't work:
http://www.eyetracking-r.com/docs/analyze_time_clusters
To get it to work, you must recode
Sex
(factor) to a numeric variable, and then pass byshuffle_by=Sex
toanalyze_time_clusters
. This is because of a mismatch between the auto-factored variable inlmer()
(which is namedSexM
automatically) — it doesn't match a column name.The text was updated successfully, but these errors were encountered: