python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Issues with {ggpval} package in R
I am currently working in R to create bar charts. I was asked to add p-values on each bar charts. I found how to do it with the package {ggpval}. My issue now is that I cannot change the font size of ...
Robin.N.
Votes: 0
Answers: 1
How to write Cramer-Von Mises p-values loop?
I have this matrix called matrix_1:
c1 c2 c3 c4 c5
R1 27 38 94 40 4
R2 69 16 85 2 15
R3 30 35 64 95 6
R4 20 33 77 98 55
R5 20 44 60 33 89
R6 12 88 87 44 38
I wo...
aurelius_37809
Votes: 0
Answers: 1
How to write Anderson-Darling Test p-values loop?
I have this matrix called matrix_1:
c1 c2 c3 c4 c5
R1 27 38 94 40 4
R2 69 16 85 2 15
R3 30 35 64 95 6
R4 20 33 77 98 55
R5 20 44 60 33 89
R6 12 88 87 44 38
I wo...
aurelius_37809
Votes: 0
Answers: 1
In R, how to add p-values for multiple regression models with various adjustments to ggplot2 scatter plot?
I have this ggplot2:
ggplot(DATABASE) +
geom_point(aes(x=GLUCOSE, y=BLOODPRESSURE), shape=1, size=1, alpha=0.8) +
theme(legend.position='none') +
geom_smooth(aes(x=GLUCOSE, y=BLOODPRESS...

Wandering_geek
Votes: 0
Answers: 0