bids-standard / stats-models

BIDS Stats Models Specification
https://bids-standard.github.io/stats-models
Other
2 stars 9 forks source link

Specify the meaning of expression like: `"trial_type.congruent"` #47

Open Remi-Gau opened 2 years ago

Remi-Gau commented 2 years ago

Those appear in several examples (or examples in progress) in the model zoo and there is an in passing mention of it in the legacy spec but we should make it quite explicit that it means something along the line "accessing the specific 'rows' in a given column".

Remi-Gau commented 1 year ago

Related to this, is an implicit assumption that if a model only specifies trial_type in the X of a Model, it then implicitly assumes that only the rows that evaluate to "truthy" in the trial_type will be included.