statsmodels.stats.oneway.ScaleAnovaResult#
- class statsmodels.stats.oneway.ScaleAnovaResult(*, statistic, pvalue, df, df_num, df_denom, nobs_total, n_groups, means, nobs, vars_, use_var, welch_correction, df2=None, df_num2=None, pvalue2=None, data_transformed)[source]#
Result of
test_scale_oneway.Extends
AnovaResult, computed on the transformed data, with one additional field.- Parameters:
- Attributes:
- data_transformed
- df
- df2
- df_denom
- df_num
- df_num2
- means
- n_groups
- nobs
- nobs_total
- pvalue
- pvalue2
- statistic
- use_var
- vars_
- welch_correction
See also
Notes
Unpacks as
statistic, pvalue = result. Other values are only accessible using attributes.Methods
Properties