statsmodels.stats.anova.anova_lm
statsmodels.stats.anova.anova_lm(*args, **kwargs) [source]
ANOVA table for one or more fitted linear models. Parameters:
args : fitted linear model results instance One or more fitted linear models scale : float Estimate of variance, If None, will be estimated from the largest model. Default is None. test : str {?F?, ?Chisq?, ?Cp?} or None Test statistics to provide. Default is ?F?. typ : str or int {?I?,?II?,?III?} or {1,2,3} The type of ANOVA test t