vikjam

Results 7 comments of vikjam

In a [fork](https://github.com/vikjam/afterglow-theme), I added the icons. Take a look by just cloning the fork to your packages: - Go to the directory containing your packages (which you can see...

Awesome work! I'll try it out with relevant tables from MHE and let you know how it works out.

I think this package relies upon `Sys.setenv`. However, from what I can tell, it's not possible to get `Sys.setenv` to expand `$PWD`. See [this discussion](https://community.rstudio.com/t/adding-to-the-path-variable/12066) on the RStudio forum. In...

Hi! Thanks for writing `econtools`. To make it easier to identify the discrepancy, I've written a `.do` file and `.py` file below that demonstrates different output from `areg`, `xtreg`, `reghdfe`...

@caesarljs, here's a screenshot of what @emileten has suggested. Opening up your settings Change `stata_name` to your version of Stata (e.g., `StataSE` or `StataMP`).

@azev77, I think [`linearmodels`](https://bashtage.github.io/linearmodels/) is the best Python alternative to `FixedEffects.jl` in terms of feature richness. [`econtools`](https://github.com/dmsul/econtools) is also useful, but is more comparable to Stata's `areg` in terms of...

> https://github.com/gzervas/torchfe Cool, I’ll check this out too!