statsmodels.stats.contrast.ContrastResults.summary#
- ContrastResults.summary(xname=None, alpha=0.05, title=None)[source]#
Summarize the results of the hypothesis test
- Parameters:
- Returns:
- smry
strorSummaryinstance This contains a parameter results table in the case of t or z test in the same form as the parameter results table in the model results summary. For F or Wald test, the return is a string.
- smry