pdeffebach
pdeffebach
Currently if you have a variable whose levels you want to turn into dummy variables you need to put them as a categorical variable or string. This creates ambiguity ```...
This is a very short PR that serves as a test for a feature that I think would be nice in StatsModels. It allows you to index a model by...
The autocompletion tool for references only pops when the `.bib` file in the same directory as my `.tex` file is named `bibliography.bib`. For example, when it is named `references.bib` the...
I am using sublime text to write something with bookdown that uses footnotes extensively. Would be great to get a syntax highlighting for the sequence `\^\[.*\]`. I'm not sure how...
Currently, RegressionTables.jl doesn't support custom covariance matrices. This is a pain, because GLM doesn't allow the user to cluster errors or your heteroskedastic errors in the `glm` command itself. People...
**Is your feature request related to a problem? Please describe.** I was under the impression that Econometrics.jl allowed for cluster-robust standard errors in either the function call for `fit` or...
**Is your feature request related to a problem? Please describe.** My problem set asked me for the F-test of a first stage of a 2SLS estimator. Unfortunately I can't report...
I got [this issue](https://github.com/pdeffebach/FloatingTableView.jl/issues/27) report in FloatingTableView.jl. Basically, the user wants, when opening a dataset, to be able to use arrow keys to navigate from the get-go, without clicking on...
I am working in a Jupyter notebook using IJulia, Ubunto 19.10. Here is my Project.toml ``` Status `~/Documents/Projects/test/Project.toml` [a93c6f00] DataFrames v0.21.1 [7073ff75] IJulia v1.21.2 [40c74d1a] TableView v0.6.0 ``` When I...
@pfitzseb let me say thank you for your work on TableView. Partly in response to #32 I have been working on my own package called [FloatingTableView](https://github.com/pdeffebach/FloatingTableView.jl). I am wondering how...