I am making a 3sls model and I must do the tests indicated in the title of the question. The model is as follows:
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)
I assume you have to get the residuals from that model, but I can't get them yet.
2.1m questions
2.1m answers
60 comments
57.0k users