Emil O. W. Kirkegaard

Results 40 issues of Emil O. W. Kirkegaard

Recently, a bug was introduced which means that my folders are no longer shown, but they synchronize fine. ![st gtk](https://user-images.githubusercontent.com/6759913/44623431-cac36380-a89b-11e8-9cd4-897b59a81bbb.png) I'm running newest versions: - syncthing 0.14.34 - syncthing GTK...

`apt update` fails: ``` Ign:35 https://davidbailey00.fury.land/apt Release Ign:38 https://notion.davidbailey.codes/debs Packages Ign:38 https://davidbailey00.fury.land/apt Packages Ign:39 https://notion.davidbailey.codes/debs Translation-en Ign:39 https://davidbailey00.fury.land/apt Translation-en Ign:40 https://notion.davidbailey.codes/debs Translation-en_US Ign:40 https://davidbailey00.fury.land/apt Translation-en_US Get:38 https://davidbailey00.fury.land/apt Packages [1.530 B]...

You cover LOESS, polynomials and breakpoint modelling nonlinear patterns, but oddly do not cover splines (breakpoint modelling is a subset of regression splines limited to linear, slope = 0 models)...

> A more sophisticated approach looks at the distribution of predictions, and makes > an informed trade-off between true positive (in this context also known as recall and hit >...

I updated all my packages, and somewhere this broke ggpredict() for my rms models. ``` > #unstandardized outcome > list( + ols(ideo7 ~ P, data = d_subset), + ols(ideo7 ~...

reprex :floppy_disk:

I like the idea of this package, but it does not work well in practice for my needs. I wrote a knitr explaining the problem [here](http://rpubs.com/EmilOWK/209456). In brief: often the...

I cannot get it to work for Google Scholar with Firefox. I have added Scholar manually ("https://scholar.google.*/*"), and Greasemonkey does detect that it should work on the page, but it...

I found to my surprise today that my code that worked before stopped working with this error: ``` > ols(SPI_g ~ UN_macroregion, data = std_sub %>% select(SPI_g, UN_macroregion) %>% miss_filter())...

`ols()` will allow to fit to `data.frame`'s with extra classes, but `predict()` (`predictrms()`) does not seem to drop these extra classes first, and so can in some cases result in...

I get a strange sounding error when trying to use `validate()` on a fitted `ols`: `Error in lsfit(x, y) : only 0 cases, but 2 variables` The dataset has n=1890...