iagogv3
iagogv3
Following the [documentation](https://github.com/jamespeapen/Nvim-R/wiki/Options#assignment-operator-and-rnoweb-completion-of-code-block), I have added ``` set =^[- let R_assign_map = '' ``` to `~/.vimrc` in order to use `Alt--` to insert `
Fix.153
Close #153
I just formalize my comment in https://github.com/dcomtois/summarytools/issues/66#issuecomment-985631861 ``` r library(summarytools) data("tobacco") saved_x11_option dfSummary() #> Warning in if (grepl(re1, str, perl = TRUE)) {: the condition has length > 1 #>...
### Describe the bug zsh terminal does not react to `emacs -nw` if the `ohmyzsh` plugin `emacs` is installed. I do not know if it is a bug or it...
I would like to explicit a name for the column of `row.names` so I try ```r d2 = head(mtcars) kable(d2[, 1:5], col.names = c("car", names(d2[, 1:5]))) Error in dimnames(x)
`pandoc.header` does not work inside a loop on an rmarkdown chunk with `results='markup'`, while it works with `results='asis'`. I ask the same question as here (https://stackoverflow.com/questions/66580211/how-to-change-chunk-options-results-formatting-inside-a-loop-in-a-chunk), because of the claim:...
I was just trying to reproduce the example in https://cran.r-project.org/web/packages/sjPlot/vignettes/plot_interactions.html, but with `VGAM::vglm`, which seems to be allowed for the `ggpredict` function (thanks to the existence of `get_predictions_vglm`), but I...
Applying `random_parameters` to `gls` models produce errors. Also `dof_kenward`. Thanks!
In the table outputs of the next reprex, we should see `Indirect Effect (ACME)` in each file where `ACME` appears and the same for `Direct Effect (ADE)` with `ADE`, however,...
As `model_parameters` shows group means for Welch two-sample test, it could also show group medians for Wilcoxon rank sum test.