statsmodels.multivariate.multivariate_ols.MultivariateTestResults.summary#

MultivariateTestResults.summary(show_contrast_L=False, show_transform_M=False, show_constant_C=False)[source]#

Summary of test results

Parameters:
show_contrast_Lbool, optional

Whether to show contrast_L matrix

show_transform_Mbool, optional

Whether to show transform_M matrix

show_constant_Cbool, optional

Whether to show the constant_C

Returns:
statsmodels.iolib.summary2.Summary

Summary instance containing the tables of test statistics for each hypothesis.