问题描述
我正在制作 3sls 模型,我必须进行问题标题中指出的测试。模型如下:
equations = dict(Aquí van las ecuaciones)
system_3sls1 = IV3SLS.from_formula(equations,df)
system_3sls1_res = system_3sls1.fit(method='gls',cov_type='unadjusted')
print(system_3sls1_res)
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)