We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Nistats is being merged in to Nilearn (see #58).
The functions I am using are already ported over.
https://github.com/nilearn/nilearn/blob/223c4e135568e9bfd766b8fd5d58e195d2e7781e/nilearn/stats/first_level_model/design_matrix.py#L243
https://github.com/nilearn/nilearn/blob/8e972c4d382a74fb126f768a0ae02e01e817515c/nilearn/stats/first_level_model/first_level_model.py#L86
https://github.com/nilearn/nilearn/blob/master/nilearn/stats/first_level_model/hemodynamic_models.py
And there appears to be a class for FirstLevelModels that may be useful
FirstLevelModel
https://github.com/nilearn/nilearn/blob/8e972c4d382a74fb126f768a0ae02e01e817515c/nilearn/stats/first_level_model/first_level_model.py#L166
The text was updated successfully, but these errors were encountered:
Completed
Sorry, something went wrong.
rob-luke
No branches or pull requests
Nistats is being merged in to Nilearn (see #58).
The functions I am using are already ported over.
https://github.com/nilearn/nilearn/blob/223c4e135568e9bfd766b8fd5d58e195d2e7781e/nilearn/stats/first_level_model/design_matrix.py#L243
https://github.com/nilearn/nilearn/blob/8e972c4d382a74fb126f768a0ae02e01e817515c/nilearn/stats/first_level_model/first_level_model.py#L86
https://github.com/nilearn/nilearn/blob/master/nilearn/stats/first_level_model/hemodynamic_models.py
And there appears to be a class for
FirstLevelModel
s that may be usefulhttps://github.com/nilearn/nilearn/blob/8e972c4d382a74fb126f768a0ae02e01e817515c/nilearn/stats/first_level_model/first_level_model.py#L166
The text was updated successfully, but these errors were encountered: