MonashBI / arcana-legacy

Abstraction of Repository-Centric ANAlysis - a Python framework
Apache License 2.0
4 stars 3 forks source link

Multiple sub-study groups (e.g. test and control) #98

Open tclose opened 5 years ago

tclose commented 5 years ago

Arcana currently cannot handle splitting the analysis between sub-groups (e.g. test and control). This is a critical feature that should be added to be able to

  1. Generate summary derivatives specifically for each group
  2. Modify the analysis depending on which group a subject belongs to

This will require a way of

tclose commented 5 years ago

Creating a MultiStudy with a SubStudy for each group would offer the most flexibility for setting parameters (although would be good to tie them together in some cases)