statsmodels.robust.robust_linear_model.RLMResults.summary#
- RLMResults.summary(yname=None, xname=None, title=0, alpha=0.05, return_fmt='text')[source]#
Summarize the fitted model
- Parameters:
- yname
str,optional Name of the dependent variable (optional)
- 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
- 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
- return_fmt
str Unused
- yname
- Returns:
SummaryInstance holding the summary tables and text, which can be printed or converted to various output formats.