3.11.3. statsmodels.stats.anova¶
3.11.3.1. Functions¶
anova1_lm_single (model, endog, exog, nobs, ...) |
ANOVA table for one fitted linear model. |
anova2_lm_single (model, design_info, n_rows, ...) |
ANOVA type II table for one fitted linear model. |
anova3_lm_single (model, design_info, n_rows, ...) |
|
anova_lm (*args, **kwargs) |
ANOVA table for one or more fitted linear models. |
anova_single (model, **kwargs) |
ANOVA table for one fitted linear model. |