Summary.add_table_params()

statsmodels.iolib.summary.Summary.add_table_params

Summary.add_table_params(res, yname=None, xname=None, alpha=0.05, use_t=True) [source]

create and add a table for the parameter estimates

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)

Returns:

None : table is attached

© 2009–2012 Statsmodels Developers
© 2006–2008 Scipy Developers
© 2006 Jonathan E. Taylor
Licensed under the 3-clause BSD License.
http://www.statsmodels.org/stable/generated/statsmodels.iolib.summary.Summary.add_table_params.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部