How to add P-value to each facet in ggplot2

In this tutorial, we will learn how to add p-value to each facet plot made with facet_wrap() function in ggplot2. We will use scatter plot example, where we have multiple scatter plots using facet_wrap and we have done linear regression analysis to find the statisitical significance of the association. Here we will show with how… Continue reading How to add P-value to each facet in ggplot2

Exit mobile version