Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Time cluster analysis using lmer does not work with factor predictors #70

Open
brockf opened this issue Jan 11, 2020 · 0 comments
Open

Comments

@brockf
Copy link
Collaborator

brockf commented Jan 11, 2020

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 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant