statsmodels.discrete.discrete_model.NegativeBinomialResults.summary

NegativeBinomialResults.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.

See also

statsmodels.iolib.summary.Summary

Class that hold summary results.


Last update: Mar 18, 2024