Open
Open
Description
To get residual maps nilearn/nistats#410, we added a method called _get_voxelwise_model_attribute
, which has broader use than returning residuals, such as "potentially" returning log-likelihood and other attributes of RegressionResult
and LikelihoodModelResults
.
However, there was some difficulty getting a voxelwise map of the logL results, with discussion/investigation outlined here and potential solution outlined here
Let me know if the solution looks reasonable, and I can open a pull request.
(and perhaps outline which attributes we would want to make explicit methods for in addition to residuals, predicted, and r_square in the FirstLevelModel
class. For example, including:
logL
SSE
MSE
- ???
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Backlog