Grant McDermott
Grant McDermott
Apologies if I missed it, but is there are a way to change (or set) the unit of measurement? In particular, can I force a benchmarktools trial object to return...
Really digging this package. Thanks for putting it together. It appears that GitHub have [changed](https://github.blog/2020-03-18-set-up-your-digital-classroom-with-github-classroom/) the steps required for an organizational upgrade. This PR documents those minor changes and points...
Following https://github.com/FixedEffects/FixedEffectModels.jl/issues/65, we can now extract the number of clusters from a FixedEffectModels.jl object using the "nclusters" argument. ```julia using DataFrames, RDatasets, FixedEffectModels df = dataset("plm", "Cigar") mod1 = reg(df,...
I've had to manually add the _radian_ install location to my PATH on every system I've tried (Mac, various Linux flavours...). I think an explicit tip would avoid a lot...
The last two releases of **glmnet** have yielded significant speed increases, as legacy Fortran code has been replaced with modern C++ (see their [NEWS](https://cran.r-project.org/web/packages/glmnet/news/news.html) file). In the interest of objectivity,...
Really like the look of this package. Thanks for putting it together. Would it be possible to add a method for [lfe::felm()](https://www.rdocumentation.org/packages/lfe/versions/2.8-3/topics/felm)? For many of us, this is the go-to...
Apologies if this issue already has an answer. (I couldn't find anything in the pixiedust manual.) How about adding an option for appending significance stars to regression coefficients? Perhaps: "sprinkle(stars...)"...
It's common to see the coefficients from the first-stage regression regression in a 2SLS regression table. For example, see discussion [here](https://twitter.com/andrewheiss/status/1192231221717327873). `estimatr::iv_robust` does not currently support this AFAIK. (Although it...
Thanks for a fantastic package. Putting in a feature request as per [our Twitter conversation](https://twitter.com/grant_mcdermott/status/1066028464883490816)... I would love to see support for HAC standard errors, _a la_ Newey-West. If you're...
As noted in #365, the **AER** package has been superseded by a dedicated **ivreg** package ([link](https://john-d-fox.github.io/ivreg/index.html)). My suggestion here is based on the idea that it would be keep to...