statsmodels.robust.robust_linear_model.RLMResults.summary2#
- RLMResults.summary2(xname=None, yname=None, title=None, alpha=0.05, float_format='%.4f')[source]#
Experimental summary function for regression results
- Parameters:
- xname
list[str],optional Names for the exogenous variables. Default is var_## for ## in the number of regressors. Must match the number of parameters in the model
- yname
str,optional Name of the dependent variable (optional)
- title
str,optional Title for the top table. If not None, then this replaces the default title
- alpha
float Significance level for the confidence intervals
- float_format
str Print format for floats in parameters summary
- xname
- Returns:
- smry
Summaryinstance This holds the summary tables and text, which can be printed or converted to various output formats.
- smry
See also
statsmodels.iolib.summary2.Summaryclass to hold summary results