manybabies / mb2-analysis

Analysis scripts for MB2
MIT License
7 stars 10 forks source link

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

Open mzettersten opened 5 months ago

mzettersten commented 5 months ago

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

mzettersten commented 5 months ago
mzettersten commented 5 months ago

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

msschreiner commented 5 months ago

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.