Posts by Gus • 105 points
4 posts
-
1
votes1
answer612
viewsQ: How to leave in a boxplot in R, all x-axis values written in graph?
I’m filling a boxplot type chart on R, but some values it’s omitting. There is only the risquinho in the x axis referring to the boxplot, but the name of that boxplot does not appear. I believe it…
-
4
votes1
answer1856
viewsQ: How to take Dunnett’s test on R?
Assuming that I performed the ANOVA test on my data and gave significantly different, I would like to perform the Dunnett test precisely to compare my treatments with the control group. I should use…
-
3
votes1
answer546
viewsQ: Boxplot in R pattern
I intend to connect a line connecting several boxplots on R. I’ve tried using the functions abline and lines, but I did not succeed. How can I solve my problem?…
-
1
votes2
answers154
viewsQ: Use of if and Else
I have a problem, and I can’t fix it. I am creating a function and at a certain point use ifs and Else. In function x argument : develop <- Function(x, temp, date) I will leave the option for the…