Apoorva Lal

Results 6 issues of Apoorva Lal

running ```{r} plot(rnorm(100), rnorm(100)) ``` produces ![image](https://user-images.githubusercontent.com/12086926/107889776-b212f200-6ec9-11eb-9ad8-b179b943df6a.png) Running the same line in a regular R console produces a normal plot with correct fonts ![image](https://user-images.githubusercontent.com/12086926/107889797-d2db4780-6ec9-11eb-80ca-3613db349a6d.png) I'm running R 4.0.3 + radian...

## K-P error Computing the Kleibergen-Paap F-statistic using `fitstat(mod, "kpr")` produces the following error with the dev version of `fixest`. The equivalent computation in `lfe` works fine (and is identical...

added alt+y and alt+o for beginning of line (home) and end of line (end) respectively. All comfortably close to the home row (closer than vim's $ and 0) and don't...

### Describe the feature you want to propose or implement Would be nice to extend the `DoubleMLIRM` class to accommodate multiple discrete-valued treatments $w \in \mathcal{W}$, where the estimation primatives...

enhancement
new feature

create bindings in `python/` that uses pybind11 to wrap grf code. Developing with `regression_forest` as first end-to-end example. Progress documented in `python/notebooks/scratch.ipynb`

Hi James, great work on this. Was wondering if you were planning to provide a scikit-learn style API for this package? Would largely involve writing [init/fit/predict/score](https://scikit-learn.org/stable/developers/develop.html) methods, which would then...

documentation
enhancement
good first issue
code