<?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 Adjusted P-values to a Multi-Panel GGPlot	</title>
	<atom:link href="https://www.datanovia.com/en/blog/ggpubr-how-to-add-adjusted-p-values-to-a-multi-panel-ggplot/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.datanovia.com/en/blog/ggpubr-how-to-add-adjusted-p-values-to-a-multi-panel-ggplot/</link>
	<description>Data Mining and Statistics for Decision Support</description>
	<lastBuildDate>Tue, 01 Sep 2020 19:43:02 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
	<item>
		<title>
		By: Berman		</title>
		<link>https://www.datanovia.com/en/blog/ggpubr-how-to-add-adjusted-p-values-to-a-multi-panel-ggplot/#comment-20959</link>

		<dc:creator><![CDATA[Berman]]></dc:creator>
		<pubDate>Tue, 01 Sep 2020 19:43:02 +0000</pubDate>
		<guid isPermaLink="false">https://www.datanovia.com/en/?p=15704#comment-20959</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.datanovia.com/en/blog/ggpubr-how-to-add-adjusted-p-values-to-a-multi-panel-ggplot/#comment-20958&quot;&gt;Berman&lt;/a&gt;.

####Report visiual(WITHIN )


####(((((Is there any way to show p_value between colums (like=&quot;*&quot; or &quot;p&#060;0.05&#034;) for this graph?)))))


ggwithinstats(hip,Condition,Velocity,effsize.type = &#034;biased&#034;, 
              test.value=1, 
              type = &#034;p&#034;, k=3, centrality.parameter=&#034;none&#034; ,centrality.k=4, 
              messages = F ,results.subtitle = T, grouping.var = Group) 


#######Report visiual2

###Is there any way to show as a subtitle (res.aov, row=2 ) values for this graph? 

###    Actually I run &#034;+ labs(subtitle = get_test_label(res.aov, detailed = TRUE, row = 2))&#034; It works but other values gone..

##Is there possible way to add this value?(((like: F(1,19)=5,97, p=0,024,eta=0,04,d(cohen)=0,39 CI(95%)[0,99-0,32], n(obs)=42)))


ggbetweenstats(hip,Condition,Velocity, pairwise.comparisons = TRUE ,pairwise.display = &#034;significant&#034;,
               
               effsize.type = &#034;biased&#034;, 
               
               type = &#034;p&#034;, p.adjust.method = &#034;none&#034; ,var.equal = T,
               
               plot.type = &#034;box&#034; ,results.subtitle = T, bf.message = F ,
               
               mean.ci = F, notch = F,linetype = &#034;solid&#034;,test.value= 2)]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.datanovia.com/en/blog/ggpubr-how-to-add-adjusted-p-values-to-a-multi-panel-ggplot/#comment-20958">Berman</a>.</p>
<p>####Report visiual(WITHIN )</p>
<p>####(((((Is there any way to show p_value between colums (like=&#8221;*&#8221; or &#8220;p&lt;0.05&quot;) for this graph?)))))</p>
<p>ggwithinstats(hip,Condition,Velocity,effsize.type = &quot;biased&quot;,<br />
              test.value=1,<br />
              type = &quot;p&quot;, k=3, centrality.parameter=&quot;none&quot; ,centrality.k=4,<br />
              messages = F ,results.subtitle = T, grouping.var = Group) </p>
<p>#######Report visiual2</p>
<p>###Is there any way to show as a subtitle (res.aov, row=2 ) values for this graph? </p>
<p>###    Actually I run &quot;+ labs(subtitle = get_test_label(res.aov, detailed = TRUE, row = 2))&quot; It works but other values gone..</p>
<p>##Is there possible way to add this value?(((like: F(1,19)=5,97, p=0,024,eta=0,04,d(cohen)=0,39 CI(95%)[0,99-0,32], n(obs)=42)))</p>
<p>ggbetweenstats(hip,Condition,Velocity, pairwise.comparisons = TRUE ,pairwise.display = &quot;significant&quot;,</p>
<p>               effsize.type = &quot;biased&quot;, </p>
<p>               type = &quot;p&quot;, p.adjust.method = &quot;none&quot; ,var.equal = T,</p>
<p>               plot.type = &quot;box&quot; ,results.subtitle = T, bf.message = F ,</p>
<p>               mean.ci = F, notch = F,linetype = &quot;solid&quot;,test.value= 2)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Berman		</title>
		<link>https://www.datanovia.com/en/blog/ggpubr-how-to-add-adjusted-p-values-to-a-multi-panel-ggplot/#comment-20958</link>

		<dc:creator><![CDATA[Berman]]></dc:creator>
		<pubDate>Tue, 01 Sep 2020 19:37:03 +0000</pubDate>
		<guid isPermaLink="false">https://www.datanovia.com/en/?p=15704#comment-20958</guid>

					<description><![CDATA[Hello Dr. Kassambara,
       Firstly, Thank you for your efforts to teach and show us. If your videos come out, we will be waiting impatiently. Thank for this amazing website too.

      Secondly, I want to ask a qestion about adding p values, as I have read the articles about this package&quot;ggstatplot&quot;, it is very similar to ggplot/ggplot2. Thats why I want to ask my question under of this section. 
       I created a demo set to ask my question better. Two questions in this set. I hope you have time and this package is familiar to you. 
Sincerely Thank you in advance for your time and reading.


library(rstatix)
library(ggpubr)
library(ggstatplot)

# Demo data

hip &#060;- data.frame(
  stringsAsFactors = FALSE,
  id = c(1L,2L,3L,4L,5L,6L,7L,8L,
         9L,10L,11L,12L,13L,14L,15L,16L,17L,18L,19L,
         20L,21L),
  Group = c(&#034;LOW&#034;,&#034;LOW&#034;,&#034;LOW&#034;,&#034;LOW&#034;,
            &#034;LOW&#034;,&#034;LOW&#034;,&#034;LOW&#034;,&#034;LOW&#034;,&#034;LOW&#034;,&#034;LOW&#034;,&#034;HIGH&#034;,&#034;HIGH&#034;,
            &#034;HIGH&#034;,&#034;HIGH&#034;,&#034;HIGH&#034;,&#034;HIGH&#034;,&#034;HIGH&#034;,&#034;HIGH&#034;,&#034;HIGH&#034;,
            &#034;HIGH&#034;,&#034;HIGH&#034;),
  Non_Fatigue = c(0.54,0.35,0.69,0.6,0.5,
                  0.56,0.72,0.3,0.56,0.63,0.4,0.46,0.35,0.7,0.54,
                  0.46,0.35,0.39,0.62,0.52,0.45),
  Fatigue = c(0.6,0.38,0.82,0.5,0.51,
              0.68,0.73,0.38,0.7,0.54,0.62,0.37,0.32,0.85,0.73,
              0.49,0.56,0.29,0.79,0.54,0.48)
)



###########to make TIDY DATA####



hip %
  gather(key = &quot;Condition&quot;, value = &quot;Velocity&quot;, Fatigue,Non_Fatigue) %&#062;%
  convert_as_factor(id, Condition)



######REORDER FOR GRAPHICS###########(dont know any other way,maybe its not logical)

hip$Condition &#060;- factor(hip$Condition,levels = c(&#034;Non_Fatigue&#034;, &#034;Fatigue&#034;))


#####ANOVA#####

res.aov &#060;- anova_test (data = hip, dv = Velocity, wid = id, between = Group, within = Condition)

res.aov


####Report visiual(WITHIN )


#!!!!!!!!QUESTION ONE###(((((Is there any way to show p_value between colums (like=&#034;*&#034; or &#034;p   + labs(subtitle = get_test_label(res.aov, detailed = TRUE, row = 2  ..... It works but other values gone :/

##Is there possible way to add this value(res.aov, row=2) ?(((like: F(1,19)=5,97, p=0,024,eta=0,04,   d(cohen)=0,39 CI(95%)[0,99-0,32], n(obs)=42 )))


ggbetweenstats(hip,Condition,Velocity, pairwise.comparisons = TRUE ,pairwise.display = &quot;significant&quot;,
               
               effsize.type = &quot;biased&quot;, 
               
               type = &quot;p&quot;, p.adjust.method = &quot;none&quot; ,var.equal = T,
               
               plot.type = &quot;box&quot; ,results.subtitle = T, bf.message = F ,
               
               mean.ci = F, notch = F,linetype = &quot;solid&quot;,test.value= 2)]]></description>
			<content:encoded><![CDATA[<p>Hello Dr. Kassambara,<br />
       Firstly, Thank you for your efforts to teach and show us. If your videos come out, we will be waiting impatiently. Thank for this amazing website too.</p>
<p>      Secondly, I want to ask a qestion about adding p values, as I have read the articles about this package&#8221;ggstatplot&#8221;, it is very similar to ggplot/ggplot2. Thats why I want to ask my question under of this section.<br />
       I created a demo set to ask my question better. Two questions in this set. I hope you have time and this package is familiar to you.<br />
Sincerely Thank you in advance for your time and reading.</p>
<p>library(rstatix)<br />
library(ggpubr)<br />
library(ggstatplot)</p>
<p># Demo data</p>
<p>hip &lt;- data.frame(<br />
  stringsAsFactors = FALSE,<br />
  id = c(1L,2L,3L,4L,5L,6L,7L,8L,<br />
         9L,10L,11L,12L,13L,14L,15L,16L,17L,18L,19L,<br />
         20L,21L),<br />
  Group = c(&quot;LOW&quot;,&quot;LOW&quot;,&quot;LOW&quot;,&quot;LOW&quot;,<br />
            &quot;LOW&quot;,&quot;LOW&quot;,&quot;LOW&quot;,&quot;LOW&quot;,&quot;LOW&quot;,&quot;LOW&quot;,&quot;HIGH&quot;,&quot;HIGH&quot;,<br />
            &quot;HIGH&quot;,&quot;HIGH&quot;,&quot;HIGH&quot;,&quot;HIGH&quot;,&quot;HIGH&quot;,&quot;HIGH&quot;,&quot;HIGH&quot;,<br />
            &quot;HIGH&quot;,&quot;HIGH&quot;),<br />
  Non_Fatigue = c(0.54,0.35,0.69,0.6,0.5,<br />
                  0.56,0.72,0.3,0.56,0.63,0.4,0.46,0.35,0.7,0.54,<br />
                  0.46,0.35,0.39,0.62,0.52,0.45),<br />
  Fatigue = c(0.6,0.38,0.82,0.5,0.51,<br />
              0.68,0.73,0.38,0.7,0.54,0.62,0.37,0.32,0.85,0.73,<br />
              0.49,0.56,0.29,0.79,0.54,0.48)<br />
)</p>
<p>###########to make TIDY DATA####</p>
<p>hip %<br />
  gather(key = &#8220;Condition&#8221;, value = &#8220;Velocity&#8221;, Fatigue,Non_Fatigue) %&gt;%<br />
  convert_as_factor(id, Condition)</p>
<p>######REORDER FOR GRAPHICS###########(dont know any other way,maybe its not logical)</p>
<p>hip$Condition &lt;- factor(hip$Condition,levels = c(&quot;Non_Fatigue&quot;, &quot;Fatigue&quot;))</p>
<p>#####ANOVA#####</p>
<p>res.aov &lt;- anova_test (data = hip, dv = Velocity, wid = id, between = Group, within = Condition)</p>
<p>res.aov</p>
<p>####Report visiual(WITHIN )</p>
<p>#!!!!!!!!QUESTION ONE###(((((Is there any way to show p_value between colums (like=&quot;*&quot; or &quot;p   + labs(subtitle = get_test_label(res.aov, detailed = TRUE, row = 2  &#8230;.. It works but other values gone :/</p>
<p>##Is there possible way to add this value(res.aov, row=2) ?(((like: F(1,19)=5,97, p=0,024,eta=0,04,   d(cohen)=0,39 CI(95%)[0,99-0,32], n(obs)=42 )))</p>
<p>ggbetweenstats(hip,Condition,Velocity, pairwise.comparisons = TRUE ,pairwise.display = &#8220;significant&#8221;,</p>
<p>               effsize.type = &#8220;biased&#8221;, </p>
<p>               type = &#8220;p&#8221;, p.adjust.method = &#8220;none&#8221; ,var.equal = T,</p>
<p>               plot.type = &#8220;box&#8221; ,results.subtitle = T, bf.message = F ,</p>
<p>               mean.ci = F, notch = F,linetype = &#8220;solid&#8221;,test.value= 2)</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Object Caching 111/173 objects using Memcached
Page Caching using Disk: Enhanced 
Lazy Loading (feed)
Database Caching 36/60 queries in 0.019 seconds using APC

Served from: www.datanovia.com @ 2025-07-24 08:46:59 by W3 Total Cache
-->