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

check on a few puzzling cases of missing data towards the end of the pipeline #121

Open
4 tasks
mzettersten opened this issue Jun 16, 2024 · 3 comments
Open
4 tasks

Comments

@mzettersten
Copy link
Collaborator

These participants get passed through the pipeline despite having no test trial data

  • babylabNijmegen_RU_022-toddlers: only calibration data in the eyetracking file by the end of 005
  • babylabUmassb_UMB034-adults: only calibration data in the eyetracking file by the end of 005
  • babylabNijmegen_RU_021-adults: only familiarization trials
  • babylabNijmegen_RU_009-toddlers: only familiarization trials
@mzettersten
Copy link
Collaborator Author

mzettersten commented Jun 17, 2024

  • socialcogUmiami_UMIA012-adults: seems to be missing from eyetracking data?

@mzettersten
Copy link
Collaborator Author

figured out socialcogUmiami_UMIA012-adults: they are missing age information and something was going wrong in applying the age exclusion, apparently

@msschreiner
Copy link
Collaborator

I checked the raw data files of these participants and found the following (identical to what we have towards the end of the pipeline).

babylabNijmegen_RU_022-toddlers: raw data has no familiarization and test trials; only calibration
babylabUmassb_UMB034-adults: raw data has no familiarization and test trials; only calibration

These two don't get excluded as they don't have any eye tracking data, once we remove calibration trials and have NAs whenever we merge exclusion criteria back into et data. They can however be excluded through the new variable only_calibration_et in combined_demo data frame.

babylabNijmegen_RU_021-adults: raw data has no test trials
babylabNijmegen_RU_009-toddlers: raw data has no test trials; in addition, all trials are marked as lab_reported_trial_errors in the demo

These two get excluded through valid_first_test_trial exclusion.

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

2 participants