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

n_subs overwritten in model init #165

Open
lucywowen opened this issue Jul 9, 2018 · 2 comments
Open

n_subs overwritten in model init #165

lucywowen opened this issue Jul 9, 2018 · 2 comments

Comments

@lucywowen
Copy link
Contributor

When passing a list of brain objects, n_subs has to be defined.

@jeremymanning
Copy link
Member

the way we had previously defined this is:

  • each brain object and/or nifti object counts as 1 subject
  • each model objects count as Model.n_subj subjects
  • each numerator/denominator/corrmat counts as n_subj (i.e. the specified number of subjects) subjects
  • the final model object should sum over the numbers of subjects for all objects it's being initialized by

@jeremymanning
Copy link
Member

(and i think this is how it should work, if it doesn't currently work this way)

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