statsmodels.emplike.elanova.ANOVA#
- class statsmodels.emplike.elanova.ANOVA(endog)[source]#
A class for ANOVA and comparing means
- Parameters:
- endog
listofarray_like endog should be a list containing 1 dimensional arrays. Each array is the data collected from a certain group.
- endog
- Attributes:
- endog
listofarray_like The data passed by the caller.
- num_groups
int The number of groups.
- nobs
int The total number of observations across all groups.
- 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