Skip to main content
0 votes
1 answer
101 views

I have generated the following summary of means and SDs for two parameters, SAR and ER, for several multi-column categories: structure(list(category = c("DIT GROUP\nCR 16.0005\nADB", "...
salconflu's user avatar
0 votes
1 answer
35 views

I have a patchwork plot consisting of a total of four plots. The procedure I’m asking about is mainly relevant for two of them, though I believe it can be applied to both. These two plots share a ...
Felix's user avatar
  • 41
0 votes
1 answer
72 views

I am trying to create a forest plot to compare estimates of different models. Tho goal is to plot all the estimates of the same predictor for the different models so they are comparable. For this I ...
Linus's user avatar
  • 343
0 votes
2 answers
77 views

I have a ggplot2 plot with both positive and negative geom_bar values. For the geom_bar that shows the negative values, I’m having an issue where the position of geom_text is not displayed correctly. ...
Felix's user avatar
  • 41
2 votes
1 answer
92 views

I created this simple ggplot2 plot and would like to generate a vertical color gradient for the area between y = 0 and the respective values, possibly using geom_ribbon (?). However, I haven’t found ...
Felix's user avatar
  • 41
1 vote
1 answer
38 views

I have 3D data that are all dates. I want to plot them with a contour. I have almost what I want with geom_contour_filled of package ggplot2 but I struggle to obtain a decent legend as dates (I'd like ...
Grégwar's user avatar
3 votes
1 answer
67 views

I need all text in my graphs to be in Times New Roman. I also need the variables (R, P) generated in stat_poly_eq to be italicized. However, it seems that setting the font to Times New Roman ...
Mariah Howell's user avatar
3 votes
1 answer
104 views

I have a 2 min data set sampled at 10 Hz that I want to plot like an ECG in R: I want to create a plot with a 30 s window, plot the first 30 s from left to right in real time, then after 30 s, the ...
Mata's user avatar
  • 705
1 vote
1 answer
110 views

I am creating a Multiple Correspondence Analysis (MCA) plot in R using FactoMineR, factoextra, and ggplot2. The goal is to add confidence ellipses around the archetype categories in the MCA space. The ...
Nikos's user avatar
  • 413
0 votes
0 answers
52 views

I was meddling with R programming and trying to graph distribution of 2 variables in a data frame. However, the code gave me the warning: G2;H2;Warningh in geom_density(adjust = 1, alpha = 0.5) : [38;...
Oyster's user avatar
  • 9
Advice
0 votes
5 replies
183 views

To illustrate the ideas behind discriminant analysis, I created the image below containing a scatterplot with two groups and a plot of the densities of the scores, LD1 on the discriminant function. ...
user101089's user avatar
  • 4,083
2 votes
2 answers
101 views

What is the easiest-to-replicate way of reordering these bar graphs ( group1, group2) so that it is arranged in ascending order of col3 from bottom to top? I am looking for a solution that can be used ...
Wren's user avatar
  • 41
0 votes
1 answer
96 views

The confidence interval on my scatter plot doesn't cover the entire x axis, while the regression line fits the entire data set. The data that isn't covered by the c. interval doesn't have any missing ...
Sven Amancic's user avatar
1 vote
1 answer
67 views

I have previously used the stat_pointinterval() function from the R package tidybayes to make plots of the median and credible intervals around model parameters. While re-running code today, none of ...
tnt's user avatar
  • 1,527
3 votes
1 answer
122 views

I have following linear regression model: library(nlme) library(lattice) data(Orthodont) model = lm( distance ~ age * Sex, Orthodont) lattice::bwplot(getGroups(Orthodont) ~ resid(model)) However, I ...
Daniel Lobo's user avatar

15 30 50 per page
1
2 3 4 5
3848