Manuel Spínola

Results 25 issues of Manuel Spínola

Is it possible to show the unstandardized effect size, instead of the standardized effect size? Just the difference between means and the confidence intervals of the difference.

feature :hammer:

How can I change the row height?

Running the example in the tm_symbols help do not render the symbols in an html file. ```` ```{r} library(tmap) library(rnaturalearth) ``` ```{r} airports

The function geom_violindot shows the dots with the iris data set but no with other data set, for example, penguins. library(palmerpenguins) data(penguins) ggplot(penguins, aes(x = species, y = body_mass_g, fill...

When I try the following (see below) example from github from the R console in RStudio, the plot is right, however, I got only empty squares when I try the...

Is there a way to display the name of the gropu in a treemap. I can see the different colors, but I cannot see to which group belong, in this...

library(emmeans) library(modelbased) How can I obtain the contrast in probabilities. When I use the argument, transform = "response", I got Odds ratio, not probabilities. ``` neuralgia_mod % regrid() %>% pairs(type...

I was sending messages without a problem, but suddenly I cannot send them anymore. I got the following error. create_smtp_creds_file( file = "gmail_creds", user = "[email protected]", provider = "gmail") correo...

How can I change the size of the values when using values = "show" (on the bars)?

enhancement

I am trying to inserta an image in a chart but the image does not display when is stored in a local folder: cars |> e_charts(speed) |> e_scatter(dist) |> e_image_g(...