<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: How to Add P-values to GGPLOT Facets	</title>
	<atom:link href="https://www.datanovia.com/en/blog/how-to-add-p-values-to-ggplot-facets/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.datanovia.com/en/blog/how-to-add-p-values-to-ggplot-facets/</link>
	<description>Data Mining and Statistics for Decision Support</description>
	<lastBuildDate>Sat, 05 Apr 2025 09:29:48 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.5</generator>
	<item>
		<title>
		By: Irving Merino		</title>
		<link>https://www.datanovia.com/en/blog/how-to-add-p-values-to-ggplot-facets/#comment-29349</link>

		<dc:creator><![CDATA[Irving Merino]]></dc:creator>
		<pubDate>Sat, 05 Apr 2025 09:29:48 +0000</pubDate>
		<guid isPermaLink="false">https://www.datanovia.com/en/?p=16608#comment-29349</guid>

					<description><![CDATA[For those who has problems integrating this approach in ggplot2 plots just use 
inherit.aes = F inside stat_pvalue_manual()]]></description>
			<content:encoded><![CDATA[<p>For those who has problems integrating this approach in ggplot2 plots just use<br />
inherit.aes = F inside stat_pvalue_manual()</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Laura		</title>
		<link>https://www.datanovia.com/en/blog/how-to-add-p-values-to-ggplot-facets/#comment-29008</link>

		<dc:creator><![CDATA[Laura]]></dc:creator>
		<pubDate>Thu, 14 Dec 2023 15:42:00 +0000</pubDate>
		<guid isPermaLink="false">https://www.datanovia.com/en/?p=16608#comment-29008</guid>

					<description><![CDATA[Hi, can you help me? I have a facet_wrap with 5 facets, boxplot with different numbers of boxes per facet. I wanna have aaall the p-values of pairwise comparisons. 
I put the following, but receive error messages:
stat.test % group_by(method, year) %&#062;% t_test(H~crop) %&#062;% 
 ggplot(aes(crop, H, fill=crop))+
 geom_boxplot()+
 facet_wrap(~method, scales=&quot;free_x&quot;)+
 stat_pvalue_manual(stat.test, label = &quot;p.adj.signif&quot;, tip.length = 0.01)

what do I need to change?
Thanks a lot!!!]]></description>
			<content:encoded><![CDATA[<p>Hi, can you help me? I have a facet_wrap with 5 facets, boxplot with different numbers of boxes per facet. I wanna have aaall the p-values of pairwise comparisons.<br />
I put the following, but receive error messages:<br />
stat.test % group_by(method, year) %&gt;% t_test(H~crop) %&gt;%<br />
 ggplot(aes(crop, H, fill=crop))+<br />
 geom_boxplot()+<br />
 facet_wrap(~method, scales=&#8221;free_x&#8221;)+<br />
 stat_pvalue_manual(stat.test, label = &#8220;p.adj.signif&#8221;, tip.length = 0.01)</p>
<p>what do I need to change?<br />
Thanks a lot!!!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Alec		</title>
		<link>https://www.datanovia.com/en/blog/how-to-add-p-values-to-ggplot-facets/#comment-28986</link>

		<dc:creator><![CDATA[Alec]]></dc:creator>
		<pubDate>Sun, 26 Nov 2023 01:23:20 +0000</pubDate>
		<guid isPermaLink="false">https://www.datanovia.com/en/?p=16608#comment-28986</guid>

					<description><![CDATA[This article may very well have saved my life. Very well written, had every use case imaginable. Exactly what I needed after hours of looking]]></description>
			<content:encoded><![CDATA[<p>This article may very well have saved my life. Very well written, had every use case imaginable. Exactly what I needed after hours of looking</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Phan		</title>
		<link>https://www.datanovia.com/en/blog/how-to-add-p-values-to-ggplot-facets/#comment-28677</link>

		<dc:creator><![CDATA[Phan]]></dc:creator>
		<pubDate>Sun, 19 Mar 2023 14:11:33 +0000</pubDate>
		<guid isPermaLink="false">https://www.datanovia.com/en/?p=16608#comment-28677</guid>

					<description><![CDATA[Hi, Should we use anova-post hoc test for the part &quot;Multipanel plots containing three or more groups by panel&quot;? If yes, could you show me how to do it? Thank you very much!]]></description>
			<content:encoded><![CDATA[<p>Hi, Should we use anova-post hoc test for the part &#8220;Multipanel plots containing three or more groups by panel&#8221;? If yes, could you show me how to do it? Thank you very much!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Alicia		</title>
		<link>https://www.datanovia.com/en/blog/how-to-add-p-values-to-ggplot-facets/#comment-22861</link>

		<dc:creator><![CDATA[Alicia]]></dc:creator>
		<pubDate>Fri, 10 Jun 2022 17:06:00 +0000</pubDate>
		<guid isPermaLink="false">https://www.datanovia.com/en/?p=16608#comment-22861</guid>

					<description><![CDATA[This was soooo helpful! Thank you!]]></description>
			<content:encoded><![CDATA[<p>This was soooo helpful! Thank you!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Iordanis		</title>
		<link>https://www.datanovia.com/en/blog/how-to-add-p-values-to-ggplot-facets/#comment-21856</link>

		<dc:creator><![CDATA[Iordanis]]></dc:creator>
		<pubDate>Wed, 07 Apr 2021 18:03:30 +0000</pubDate>
		<guid isPermaLink="false">https://www.datanovia.com/en/?p=16608#comment-21856</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.datanovia.com/en/blog/how-to-add-p-values-to-ggplot-facets/#comment-21733&quot;&gt;Steph&lt;/a&gt;.

stat.test is used as a variable in these examples. It is used to store the results of the respective statistical tests performed [notice the rstatix package and the accompanying pipes (%&#062;%) that perform the actual tests].]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.datanovia.com/en/blog/how-to-add-p-values-to-ggplot-facets/#comment-21733">Steph</a>.</p>
<p>stat.test is used as a variable in these examples. It is used to store the results of the respective statistical tests performed [notice the rstatix package and the accompanying pipes (%&gt;%) that perform the actual tests].</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Steph		</title>
		<link>https://www.datanovia.com/en/blog/how-to-add-p-values-to-ggplot-facets/#comment-21733</link>

		<dc:creator><![CDATA[Steph]]></dc:creator>
		<pubDate>Tue, 02 Mar 2021 19:45:04 +0000</pubDate>
		<guid isPermaLink="false">https://www.datanovia.com/en/?p=16608#comment-21733</guid>

					<description><![CDATA[Hi this is great- is stat.test a function? it keeps coming back unrecognised  for me]]></description>
			<content:encoded><![CDATA[<p>Hi this is great- is stat.test a function? it keeps coming back unrecognised  for me</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: vatsay		</title>
		<link>https://www.datanovia.com/en/blog/how-to-add-p-values-to-ggplot-facets/#comment-20689</link>

		<dc:creator><![CDATA[vatsay]]></dc:creator>
		<pubDate>Wed, 01 Jul 2020 14:39:03 +0000</pubDate>
		<guid isPermaLink="false">https://www.datanovia.com/en/?p=16608#comment-20689</guid>

					<description><![CDATA[Hi, thanks for the nice feature, chow can we do that in plot_ly ?, any insights are appreciated]]></description>
			<content:encoded><![CDATA[<p>Hi, thanks for the nice feature, chow can we do that in plot_ly ?, any insights are appreciated</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Object Caching 112/182 objects using Memcached
Page Caching using Disk: Enhanced 
Lazy Loading (feed)
Database Caching 37/60 queries in 0.032 seconds using APC

Served from: www.datanovia.com @ 2026-06-24 03:54:17 by W3 Total Cache
-->