Xiaoyu Zhou
Xiaoyu Zhou
You can send me your jupyter notebook and some demo data which can replicate the error: [email protected]
yes, we will be uploading a new version soon with a bunch of new functionalities, stay tuned.
Hi, we just released version 0.0.3, and you can use getfe(result) to recover fixed effect.
Yes you can. _consist_input = ['x_1','x_2'] out_input = ['y'] category_input = [] cluster_input = ['id','time'] result1 = ols_high_d_category(data_df, consist_input, out_input, category_input, cluster_input) result1.summary()_ Code above allow you cluster on ['id','time']...
Hi, currently the summary table cannot be saved into the excel file, but you can extract the information from the result class: “result.params” is beta, “result.bse” is standard error, etc.