<?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: GGPUBR: How to Add P-Values Generated Elsewhere to a GGPLOT	</title>
	<atom:link href="https://www.datanovia.com/en/blog/ggpubr-how-to-add-p-values-generated-elsewhere-to-a-ggplot/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.datanovia.com/en/blog/ggpubr-how-to-add-p-values-generated-elsewhere-to-a-ggplot/</link>
	<description>Data Mining and Statistics for Decision Support</description>
	<lastBuildDate>Tue, 10 Sep 2024 08:32:51 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
	<item>
		<title>
		By: Ele		</title>
		<link>https://www.datanovia.com/en/blog/ggpubr-how-to-add-p-values-generated-elsewhere-to-a-ggplot/#comment-29241</link>

		<dc:creator><![CDATA[Ele]]></dc:creator>
		<pubDate>Tue, 10 Sep 2024 08:32:51 +0000</pubDate>
		<guid isPermaLink="false">https://www.datanovia.com/en/?p=16062#comment-29241</guid>

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

Hi Gustavo, have you ever worked out a solution? I am trying to do the same]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.datanovia.com/en/blog/ggpubr-how-to-add-p-values-generated-elsewhere-to-a-ggplot/#comment-22093">Gustavo</a>.</p>
<p>Hi Gustavo, have you ever worked out a solution? I am trying to do the same</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Miya		</title>
		<link>https://www.datanovia.com/en/blog/ggpubr-how-to-add-p-values-generated-elsewhere-to-a-ggplot/#comment-29188</link>

		<dc:creator><![CDATA[Miya]]></dc:creator>
		<pubDate>Mon, 17 Jun 2024 14:44:57 +0000</pubDate>
		<guid isPermaLink="false">https://www.datanovia.com/en/?p=16062#comment-29188</guid>

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

Did you have any answer to this post, please?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.datanovia.com/en/blog/ggpubr-how-to-add-p-values-generated-elsewhere-to-a-ggplot/#comment-22093">Gustavo</a>.</p>
<p>Did you have any answer to this post, please?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Gustavo		</title>
		<link>https://www.datanovia.com/en/blog/ggpubr-how-to-add-p-values-generated-elsewhere-to-a-ggplot/#comment-22093</link>

		<dc:creator><![CDATA[Gustavo]]></dc:creator>
		<pubDate>Fri, 11 Jun 2021 09:03:32 +0000</pubDate>
		<guid isPermaLink="false">https://www.datanovia.com/en/?p=16062#comment-22093</guid>

					<description><![CDATA[Dear Kassambara,

Great tutorial, thanks for sharing!

I&#039;d like to use stat_pvalue_manual() to include emmeans posthoc tests to my analysis. However, it doesn&#039;t work the same way you described because emmeans produces a emmGrid as a result, and not a table like the t-test() here.

I noticed that there is a function that is based on rstatix called emmeans_test. This one produces a table so I guess it could be used instead of emmeans. How similar would emmeans and emmeans_test be? And do you know by any chance why I get the following error message when I try to run emmeans_test?

&#062; df %&#062;%  emmeans_test(len ~ dose, p.adjust.method = &quot;bonferroni&quot;)
Error: Column name `std.error` must not be duplicated.
Use .name_repair to specify repair.

Many thanks!! Cheers, Gustavo]]></description>
			<content:encoded><![CDATA[<p>Dear Kassambara,</p>
<p>Great tutorial, thanks for sharing!</p>
<p>I&#8217;d like to use stat_pvalue_manual() to include emmeans posthoc tests to my analysis. However, it doesn&#8217;t work the same way you described because emmeans produces a emmGrid as a result, and not a table like the t-test() here.</p>
<p>I noticed that there is a function that is based on rstatix called emmeans_test. This one produces a table so I guess it could be used instead of emmeans. How similar would emmeans and emmeans_test be? And do you know by any chance why I get the following error message when I try to run emmeans_test?</p>
<p>&gt; df %&gt;%  emmeans_test(len ~ dose, p.adjust.method = &#8220;bonferroni&#8221;)<br />
Error: Column name `std.error` must not be duplicated.<br />
Use .name_repair to specify repair.</p>
<p>Many thanks!! Cheers, Gustavo</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Luana M Simao		</title>
		<link>https://www.datanovia.com/en/blog/ggpubr-how-to-add-p-values-generated-elsewhere-to-a-ggplot/#comment-21895</link>

		<dc:creator><![CDATA[Luana M Simao]]></dc:creator>
		<pubDate>Tue, 20 Apr 2021 01:07:11 +0000</pubDate>
		<guid isPermaLink="false">https://www.datanovia.com/en/?p=16062#comment-21895</guid>

					<description><![CDATA[What would it be the numbers on the function &quot;mutate(y.position = rep(c...&quot;?]]></description>
			<content:encoded><![CDATA[<p>What would it be the numbers on the function &#8220;mutate(y.position = rep(c&#8230;&#8221;?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: kassambara		</title>
		<link>https://www.datanovia.com/en/blog/ggpubr-how-to-add-p-values-generated-elsewhere-to-a-ggplot/#comment-20473</link>

		<dc:creator><![CDATA[kassambara]]></dc:creator>
		<pubDate>Tue, 02 Jun 2020 06:36:33 +0000</pubDate>
		<guid isPermaLink="false">https://www.datanovia.com/en/?p=16062#comment-20473</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.datanovia.com/en/blog/ggpubr-how-to-add-p-values-generated-elsewhere-to-a-ggplot/#comment-20472&quot;&gt;Xiaochi Liu&lt;/a&gt;.

Thank you Xiaochi Liu for your positive feedback. The total height corresponds to the y-axis scale range (ymax-ymin)]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.datanovia.com/en/blog/ggpubr-how-to-add-p-values-generated-elsewhere-to-a-ggplot/#comment-20472">Xiaochi Liu</a>.</p>
<p>Thank you Xiaochi Liu for your positive feedback. The total height corresponds to the y-axis scale range (ymax-ymin)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Xiaochi Liu		</title>
		<link>https://www.datanovia.com/en/blog/ggpubr-how-to-add-p-values-generated-elsewhere-to-a-ggplot/#comment-20472</link>

		<dc:creator><![CDATA[Xiaochi Liu]]></dc:creator>
		<pubDate>Mon, 01 Jun 2020 13:17:12 +0000</pubDate>
		<guid isPermaLink="false">https://www.datanovia.com/en/?p=16062#comment-20472</guid>

					<description><![CDATA[Hello Kassambara,

Many thanks for your tutorial. It&#039;s very helpful.

In the document, &quot;step.increase&quot; argument means numeric vector with the increase in fraction of total height for every additional comparison to minimize overlap; and &quot;tip.length&quot; means numeric vector with the fraction of total height that the bar goes down to indicate the precise column. 

I was wondering, what is the &quot;total height&quot; in these two arguments&#039; definition? Could you please explain more about it?

Many thanks for your help!]]></description>
			<content:encoded><![CDATA[<p>Hello Kassambara,</p>
<p>Many thanks for your tutorial. It&#8217;s very helpful.</p>
<p>In the document, &#8220;step.increase&#8221; argument means numeric vector with the increase in fraction of total height for every additional comparison to minimize overlap; and &#8220;tip.length&#8221; means numeric vector with the fraction of total height that the bar goes down to indicate the precise column. </p>
<p>I was wondering, what is the &#8220;total height&#8221; in these two arguments&#8217; definition? Could you please explain more about it?</p>
<p>Many thanks for your help!</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Object Caching 98/193 objects using Memcached
Page Caching using Disk: Enhanced 
Lazy Loading (feed)
Database Caching 1/65 queries in 0.042 seconds using APC (Request-wide modification query)

Served from: www.datanovia.com @ 2025-07-22 22:32:10 by W3 Total Cache
-->