classmethod CompareMeans.from_data(data1, data2, weights1=None, weights2=None, ddof1=0, ddof2=0) [source]
construct a CompareMeans object from data
| Parameters: |
|
|---|---|
| Returns: | |
| Return type: |
A CompareMeans instance. |
© 2009–2012 Statsmodels Developers
© 2006–2008 Scipy Developers
© 2006 Jonathan E. Taylor
Licensed under the 3-clause BSD License.
http://www.statsmodels.org/stable/generated/statsmodels.stats.weightstats.CompareMeans.from_data.html