statsmodels.emplike.elanova.ANOVA#
- class statsmodels.emplike.elanova.ANOVA(endog)[source]#
A class for ANOVA and comparing means
- Parameters:
- endog
listofarrays endog should be a list containing 1 dimensional arrays. Each array is the data collected from a certain group.
- endog
Methods
compute_ANOVA([mu, mu_start, ...])Returns -2 log likelihood, the pvalue and the maximum likelihood estimate for a common mean
Methods
compute_ANOVA([mu, mu_start, ...])Returns -2 log likelihood, the pvalue and the maximum likelihood estimate for a common mean