eelbrain.NDVar.ols_t

NDVar.ols_t(x, name=None)

Compute T-values for sample-wise ordinary least squares regressions

Parameters
  • x (Model) – Predictor or predictors. Can also be supplied as argument that can be converted to a Model, for example Var or list of Var.

  • name (str) – Name of the output NDVar (default is the current name).

Returns

t – Per sample t-values. The case dimension reflects the predictor variables in the same order as the Model’s effects.

Return type

NDVar

Notes

Betas for the intercept are not returned.

See also

ols

Regression coefficients