4.5.5.1.6. statsmodels.iolib.summary.summary_params_frame¶
-
statsmodels.iolib.summary.
summary_params_frame
(results, yname=None, xname=None, alpha=0.05, use_t=True)[source]¶ create a summary table for the parameters
Parameters: res : results instance
some required information is directly taken from the result instance
yname : string or None
optional name for the endogenous variable, default is “y”
xname : list of strings or None
optional names for the exogenous variables, default is “var_xx”
alpha : float
significance level for the confidence intervals
use_t : bool
indicator whether the p-values are based on the Student-t distribution (if True) or on the normal distribution (if False)
skip_headers : bool
If false (default), then the header row is added. If true, then no header row is added.
Returns: params_table : SimpleTable instance