<?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 Create a Beautiful Plots in R with Summary Statistics Labels	</title>
	<atom:link href="https://www.datanovia.com/en/blog/how-to-create-a-beautiful-plots-in-r-with-summary-statistics-labels/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.datanovia.com/en/blog/how-to-create-a-beautiful-plots-in-r-with-summary-statistics-labels/</link>
	<description>Data Mining and Statistics for Decision Support</description>
	<lastBuildDate>Thu, 14 Dec 2023 06:00:03 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
	<item>
		<title>
		By: Andy		</title>
		<link>https://www.datanovia.com/en/blog/how-to-create-a-beautiful-plots-in-r-with-summary-statistics-labels/#comment-28999</link>

		<dc:creator><![CDATA[Andy]]></dc:creator>
		<pubDate>Thu, 14 Dec 2023 06:00:03 +0000</pubDate>
		<guid isPermaLink="false">https://www.datanovia.com/en/?p=15584#comment-28999</guid>

					<description><![CDATA[How can I get the &#039;ToothGrowth&#039; file?]]></description>
			<content:encoded><![CDATA[<p>How can I get the &#8216;ToothGrowth&#8217; file?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Claire		</title>
		<link>https://www.datanovia.com/en/blog/how-to-create-a-beautiful-plots-in-r-with-summary-statistics-labels/#comment-28984</link>

		<dc:creator><![CDATA[Claire]]></dc:creator>
		<pubDate>Thu, 23 Nov 2023 11:40:49 +0000</pubDate>
		<guid isPermaLink="false">https://www.datanovia.com/en/?p=15584#comment-28984</guid>

					<description><![CDATA[Hi, this package is amazing! However, when I try to use it starting from my own ggplot, I get in trouble with interaction variables :  my story was that one:
ggplot(table_all_class, aes(x = slope_class, y = soil_loss)) +  
 geom_boxplot(aes(group = interaction(slope_class,
                                      slope_length_class),
                                      color = slope_length_class)) +
 facet_grid(soil~Cover, scales = &quot;free&quot;) 

And I don&#039;t manage to keep my interaction variables with ggsummarystats. Many thanks if you have idea !]]></description>
			<content:encoded><![CDATA[<p>Hi, this package is amazing! However, when I try to use it starting from my own ggplot, I get in trouble with interaction variables :  my story was that one:<br />
ggplot(table_all_class, aes(x = slope_class, y = soil_loss)) +<br />
 geom_boxplot(aes(group = interaction(slope_class,<br />
                                      slope_length_class),<br />
                                      color = slope_length_class)) +<br />
 facet_grid(soil~Cover, scales = &#8220;free&#8221;) </p>
<p>And I don&#8217;t manage to keep my interaction variables with ggsummarystats. Many thanks if you have idea !</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Dom		</title>
		<link>https://www.datanovia.com/en/blog/how-to-create-a-beautiful-plots-in-r-with-summary-statistics-labels/#comment-22992</link>

		<dc:creator><![CDATA[Dom]]></dc:creator>
		<pubDate>Fri, 09 Sep 2022 10:52:09 +0000</pubDate>
		<guid isPermaLink="false">https://www.datanovia.com/en/?p=15584#comment-22992</guid>

					<description><![CDATA[Is there away to remove the summary tables from the bottom of these plots?]]></description>
			<content:encoded><![CDATA[<p>Is there away to remove the summary tables from the bottom of these plots?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Gaetan Aullo		</title>
		<link>https://www.datanovia.com/en/blog/how-to-create-a-beautiful-plots-in-r-with-summary-statistics-labels/#comment-22305</link>

		<dc:creator><![CDATA[Gaetan Aullo]]></dc:creator>
		<pubDate>Wed, 22 Sep 2021 08:49:43 +0000</pubDate>
		<guid isPermaLink="false">https://www.datanovia.com/en/?p=15584#comment-22305</guid>

					<description><![CDATA[Hello ! 
Do you think it&#039;s possible to not rounding the values in a ggsummarytable ?
Thank you !]]></description>
			<content:encoded><![CDATA[<p>Hello !<br />
Do you think it&#8217;s possible to not rounding the values in a ggsummarytable ?<br />
Thank you !</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Anh Luong		</title>
		<link>https://www.datanovia.com/en/blog/how-to-create-a-beautiful-plots-in-r-with-summary-statistics-labels/#comment-21958</link>

		<dc:creator><![CDATA[Anh Luong]]></dc:creator>
		<pubDate>Wed, 05 May 2021 18:57:35 +0000</pubDate>
		<guid isPermaLink="false">https://www.datanovia.com/en/?p=15584#comment-21958</guid>

					<description><![CDATA[Hi, I keep getting all this warnings nonstop:
Warning message in stats::qt(alpha/2, .data$n - 1):
“NaNs produced”
Warning message in stats::qt(alpha/2, .data$n - 1):
“NaNs produced”
Warning message in stats::qt(alpha/2, .data$n - 1):
“NaNs produced”
Warning message in stats::qt(alpha/2, .data$n - 1):
“NaNs produced”
Warning message in stats::qt(alpha/2, .data$n - 1):
“NaNs produced”

Can you please help? Thanks a lot! Sorry I am a beginner.]]></description>
			<content:encoded><![CDATA[<p>Hi, I keep getting all this warnings nonstop:<br />
Warning message in stats::qt(alpha/2, .data$n &#8211; 1):<br />
“NaNs produced”<br />
Warning message in stats::qt(alpha/2, .data$n &#8211; 1):<br />
“NaNs produced”<br />
Warning message in stats::qt(alpha/2, .data$n &#8211; 1):<br />
“NaNs produced”<br />
Warning message in stats::qt(alpha/2, .data$n &#8211; 1):<br />
“NaNs produced”<br />
Warning message in stats::qt(alpha/2, .data$n &#8211; 1):<br />
“NaNs produced”</p>
<p>Can you please help? Thanks a lot! Sorry I am a beginner.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: kassambara		</title>
		<link>https://www.datanovia.com/en/blog/how-to-create-a-beautiful-plots-in-r-with-summary-statistics-labels/#comment-19705</link>

		<dc:creator><![CDATA[kassambara]]></dc:creator>
		<pubDate>Thu, 23 Apr 2020 16:24:25 +0000</pubDate>
		<guid isPermaLink="false">https://www.datanovia.com/en/?p=15584#comment-19705</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.datanovia.com/en/blog/how-to-create-a-beautiful-plots-in-r-with-summary-statistics-labels/#comment-19704&quot;&gt;Jegor&lt;/a&gt;.

&lt;div class=&quot;rdoc&quot;&gt;
&lt;p&gt;The &lt;code&gt;ggsummarystats()&lt;/code&gt; is available in the &lt;code&gt;ggpubr&lt;/code&gt; dev version. You can install it as follow:&lt;/p&gt;
&lt;pre class=&quot;r&quot;&gt;&lt;code&gt;if(!require(devtools)) install.packages(&#034;devtools&#034;)
devtools::install_github(&#034;kassambara/ggpubr&#034;)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;A CRAN released is planned for next week.&lt;/p&gt;
&lt;/div&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.datanovia.com/en/blog/how-to-create-a-beautiful-plots-in-r-with-summary-statistics-labels/#comment-19704">Jegor</a>.</p>
<div class="rdoc">
<p>The <code>ggsummarystats()</code> is available in the <code>ggpubr</code> dev version. You can install it as follow:</p>
<pre class="r"><code>if(!require(devtools)) install.packages(&quot;devtools&quot;)
devtools::install_github(&quot;kassambara/ggpubr&quot;)</code></pre>
<p>A CRAN released is planned for next week.</p>
</div>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jegor		</title>
		<link>https://www.datanovia.com/en/blog/how-to-create-a-beautiful-plots-in-r-with-summary-statistics-labels/#comment-19704</link>

		<dc:creator><![CDATA[Jegor]]></dc:creator>
		<pubDate>Thu, 23 Apr 2020 13:38:54 +0000</pubDate>
		<guid isPermaLink="false">https://www.datanovia.com/en/?p=15584#comment-19704</guid>

					<description><![CDATA[I the function ggsummarystats in the package that is available on CRAN? Because I dont find it.]]></description>
			<content:encoded><![CDATA[<p>I the function ggsummarystats in the package that is available on CRAN? Because I dont find it.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Object Caching 108/184 objects using Memcached
Page Caching using Disk: Enhanced 
Lazy Loading (feed)
Database Caching 3/63 queries in 0.378 seconds using APC

Served from: www.datanovia.com @ 2025-07-23 13:13:49 by W3 Total Cache
-->