eelbrain.testnd.LMGroup
- class eelbrain.testnd.LMGroup(lms)
Group level analysis for linear model
LM
objects- Parameters
lms (sequence of LM) – A separate
LM
object for each subject.- Variables
column_names ([str]) – Names of the linear model columns.
column_keys ([str]) – Corresponding dataset keys (with invalid characters replaced).
tests (None | {str: TTestRelated}) – Tests computed with
compute_column_ttests()
.samples (None | int) – Number of samples used to compute tests in
tests
.
See also
Examples
See Two-stage test example.
Methods
|
Coefficients for one term as |
|
Regression coefficients in a |
|
One-sample t-test on a single model column |
|
Compute all tests and store them in |
|
Table with the design matrix |
|
Table listing all terms and corresponding smallest p-values |