Any Python Library Produces Publication Style Regression Tables

前端 未结 2 594
我在风中等你
我在风中等你 2021-01-30 15:07

I\'ve been using Python for regression analysis. After getting the regression results, I need to summarize all the results into one single table and convert them to LaTex (for p

2条回答
  •  花落未央
    2021-01-30 15:21

    One alternative is Stargazer. To get started quickly, refer to the set of demo tables that Stargazer can produce.

    Related posts include: post1 and post2.

提交回复
热议问题