statsmodels.emplike.elanova.ANOVA#

class statsmodels.emplike.elanova.ANOVA(endog)[source]#

A class for ANOVA and comparing means

Parameters:
endoglist of array_like

endog should be a list containing 1 dimensional arrays. Each array is the data collected from a certain group.

Attributes:
endoglist of array_like

The data passed by the caller.

num_groupsint

The number of groups.

nobsint

The total number of observations across all groups.

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