Skip to main content
0 votes
1 answer
112 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
79 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
78 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
94 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
39 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
105 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
Advice
0 votes
5 replies
184 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
102 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
4 votes
2 answers
116 views

I have a set of two variables measured over time: data <- structure(list( time = c(0, 30, 60, 90, 120, 150, 210, 270, 330, 1350, 1470, 1710), var1 = c(0.963, 0.942, 0.921, 0.933, 0.868, 0.727, 0....
Martin's user avatar
  • 45

15 30 50 per page
1
2 3 4 5
3847