Severin Weingarten
Results
2
issues of
Severin Weingarten
I use `languageserver` via `coc-r-lsp` and in combination with `nvim-r`. Completion works fine for packages that R loads at startup: base, utils, ... I expected getting completion for the functions...
I want to estimate an OLS model with an interaction term, but I don't want to include all variables from the interaction individually. `ols` calls `Design`, which is unable to...