statsmodels.discrete.discrete_model.MultinomialResults.summary

MultinomialResults.summary(yname=None, xname=None, title=None, alpha=0.05, yname_list=None)

Summarize the Regression Results.

Parameters:
ynamestr, optional

The name of the endog variable in the tables. The default is y.

xnamelist[str], optional

The names for the exogenous variables, default is "var_xx". Must match the number of parameters in the model.

titlestr, optional

Title for the top table. If not None, then this replaces the default title.

alphafloat

The significance level for the confidence intervals.

Returns:
Summary

Class that holds the summary tables and text, which can be printed or converted to various output formats.

参考

statsmodels.iolib.summary.Summary

Class that hold summary results.


最終更新日: 2025年01月28日