Daniel
Daniel
This is my probably not very efficient suggestion to fix #420 Suggestions very welcome!!
I am having a problem fitting an OLS model with weights and collinearity using GLM.jl. Here is a simple example ```julia y = rand(10) x = rand(10, 2) x =...
Hi, the main partition on my system is quite small but I do have a separate, larger, partition where I would like to save persistent data. What's the easiest way...
Is there an easy way to map the area codes in the data to the GB ISO-3166-2 codes (https://de.wikipedia.org/wiki/ISO_3166-2:GB)? Help is much appreciated!
Is it possible to print what is now the `below_statistic` in the same line as the estimate? It looks like the decorator only has access to the p-value which I...
Hi! I wanted to let you know that I am developing a jsonlines reader for the Julia language. You [can find the latest docs here](https://danielw2904.github.io/JSONLines.jl/dev/). I am happy for all...
I could not get the default terminal to work with this font and tmux-powerline. Switching to Sourcecode Pro did the trick. Is there a way to keep the default?
Maybe I should file this upstream but it seems resolving independent axes is not well documented ([see here](https://vega.github.io/vega-lite/docs/resolve.html) [and here](https://vega.github.io/vega-lite/docs/facet.html#resolve)). I am happy to open a PR if that is...
### Issue description I am using doom emacs with emacs-plus (with native-comp and poll). It randomly crashes with the following error code ``` ➜ doom run Fatal error 6: Aborted...
Here is a reproducible example ```r set.seed(1234) N