eelbrain.NDVar.ols
- NDVar.ols(x, name=None)
Sample-wise ordinary least squares regressions
- Parameters
- Returns
beta – Per sample beta weights. The case dimension reflects the predictor variables in the same order as the Model’s effects.
- Return type
Notes
The intercept is generated internally, and betas for the intercept are not returned. If you need access to more details of the results, consider using
testnd.LM
.See also
ols_t
T-values for regression coefficients