<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>R Stats Archives - Datanovia</title>
	<atom:link href="https://www.datanovia.com/en/blog/tag/r-stats/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.datanovia.com/en/blog/tag/r-stats/</link>
	<description>Data Mining and Statistics for Decision Support</description>
	<lastBuildDate>Sun, 22 Mar 2020 08:49:00 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
	<item>
		<title>How to Perform Multiple Paired T-tests in R</title>
		<link>https://www.datanovia.com/en/blog/how-to-perform-multiple-paired-t-tests-in-r/</link>
					<comments>https://www.datanovia.com/en/blog/how-to-perform-multiple-paired-t-tests-in-r/#respond</comments>
		
		<dc:creator><![CDATA[Alboukadel]]></dc:creator>
		<pubDate>Sun, 22 Mar 2020 08:49:00 +0000</pubDate>
				<category><![CDATA[FAQ]]></category>
		<category><![CDATA[ggpubr]]></category>
		<category><![CDATA[R Stats]]></category>
		<guid isPermaLink="false">https://www.datanovia.com/en/?p=15454</guid>

					<description><![CDATA[<p>&#160;1&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;1Share Prerequisites # Load required R packages library(tidyverse) library(rstatix) library(ggpubr) Data preparation We’ll use the anxiety dataset [in the datarium package], which contains the anxiety score, measured at three time [&#8230;]</p>
<p>The post <a href="https://www.datanovia.com/en/blog/how-to-perform-multiple-paired-t-tests-in-r/">How to Perform Multiple Paired T-tests in R</a> appeared first on <a href="https://www.datanovia.com/en">Datanovia</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.datanovia.com/en/blog/how-to-perform-multiple-paired-t-tests-in-r/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Perform Paired Pairwise T-tests in R</title>
		<link>https://www.datanovia.com/en/blog/how-to-perform-paired-pairwise-t-tests-in-r/</link>
					<comments>https://www.datanovia.com/en/blog/how-to-perform-paired-pairwise-t-tests-in-r/#comments</comments>
		
		<dc:creator><![CDATA[Alboukadel]]></dc:creator>
		<pubDate>Sun, 22 Mar 2020 08:12:40 +0000</pubDate>
				<category><![CDATA[FAQ]]></category>
		<category><![CDATA[ggpubr]]></category>
		<category><![CDATA[R Stats]]></category>
		<guid isPermaLink="false">https://www.datanovia.com/en/?p=15444</guid>

					<description><![CDATA[<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Prerequisites # Load required R packages library(tidyverse) library(rstatix) library(ggpubr) Data preparation We’ll use the self-esteem score dataset measured over three time points. The data is available in the datarium [&#8230;]</p>
<p>The post <a href="https://www.datanovia.com/en/blog/how-to-perform-paired-pairwise-t-tests-in-r/">How to Perform Paired Pairwise T-tests in R</a> appeared first on <a href="https://www.datanovia.com/en">Datanovia</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.datanovia.com/en/blog/how-to-perform-paired-pairwise-t-tests-in-r/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>How to Perform T-test for Multiple Variables in R: Pairwise Group Comparisons</title>
		<link>https://www.datanovia.com/en/blog/how-to-perform-t-test-for-multiple-variables-in-r-pairwise-group-comparisons/</link>
					<comments>https://www.datanovia.com/en/blog/how-to-perform-t-test-for-multiple-variables-in-r-pairwise-group-comparisons/#comments</comments>
		
		<dc:creator><![CDATA[Alboukadel]]></dc:creator>
		<pubDate>Sun, 22 Mar 2020 07:09:34 +0000</pubDate>
				<category><![CDATA[FAQ]]></category>
		<category><![CDATA[ggpubr]]></category>
		<category><![CDATA[R Stats]]></category>
		<guid isPermaLink="false">https://www.datanovia.com/en/?p=15430</guid>

					<description><![CDATA[<p>&#160;&#160;&#160;&#160;1&#160;&#160;&#160;1&#160;&#160;2Shares Prerequisites # Load required R packages library(tidyverse) library(rstatix) library(ggpubr) # Prepare the data and inspect a random sample of the data mydata &#60;- as_tibble(iris) mydata %&#62;% sample_n(6) ## # [&#8230;]</p>
<p>The post <a href="https://www.datanovia.com/en/blog/how-to-perform-t-test-for-multiple-variables-in-r-pairwise-group-comparisons/">How to Perform T-test for Multiple Variables in R: Pairwise Group Comparisons</a> appeared first on <a href="https://www.datanovia.com/en">Datanovia</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.datanovia.com/en/blog/how-to-perform-t-test-for-multiple-variables-in-r-pairwise-group-comparisons/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
		<item>
		<title>How to Perform T-test for Multiple Groups in R</title>
		<link>https://www.datanovia.com/en/blog/how-to-perform-t-test-for-multiple-groups-in-r/</link>
					<comments>https://www.datanovia.com/en/blog/how-to-perform-t-test-for-multiple-groups-in-r/#comments</comments>
		
		<dc:creator><![CDATA[Alboukadel]]></dc:creator>
		<pubDate>Sat, 21 Mar 2020 11:35:18 +0000</pubDate>
				<category><![CDATA[FAQ]]></category>
		<category><![CDATA[ggpubr]]></category>
		<category><![CDATA[R Stats]]></category>
		<guid isPermaLink="false">https://www.datanovia.com/en/?p=15418</guid>

					<description><![CDATA[<p>&#160;&#160;&#160;1&#160;2121&#160;&#160;7Shares Prerequisites # Load required R packages library(tidyverse) library(rstatix) library(ggpubr) # Prepare the data and inspect a random sample of the data data("PlantGrowth") set.seed(1234) PlantGrowth %&#62;% sample_n_by(group, size = 1) [&#8230;]</p>
<p>The post <a href="https://www.datanovia.com/en/blog/how-to-perform-t-test-for-multiple-groups-in-r/">How to Perform T-test for Multiple Groups in R</a> appeared first on <a href="https://www.datanovia.com/en">Datanovia</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.datanovia.com/en/blog/how-to-perform-t-test-for-multiple-groups-in-r/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>How to Perform Multiple T-test in R for Different Variables</title>
		<link>https://www.datanovia.com/en/blog/how-to-perform-multiple-t-test-in-r-for-different-variables/</link>
					<comments>https://www.datanovia.com/en/blog/how-to-perform-multiple-t-test-in-r-for-different-variables/#comments</comments>
		
		<dc:creator><![CDATA[Alboukadel]]></dc:creator>
		<pubDate>Sat, 21 Mar 2020 10:29:58 +0000</pubDate>
				<category><![CDATA[FAQ]]></category>
		<category><![CDATA[ggpubr]]></category>
		<category><![CDATA[R Stats]]></category>
		<guid isPermaLink="false">https://www.datanovia.com/en/?p=15407</guid>

					<description><![CDATA[<p>11&#160;121&#160;1&#160;&#160;&#160;7Shares Prerequisites # Load required R packages library(tidyverse) library(rstatix) library(ggpubr) # Prepare the data and inspect a random sample of the data mydata &#60;- iris %&#62;% filter(Species != "setosa") %&#62;% [&#8230;]</p>
<p>The post <a href="https://www.datanovia.com/en/blog/how-to-perform-multiple-t-test-in-r-for-different-variables/">How to Perform Multiple T-test in R for Different Variables</a> appeared first on <a href="https://www.datanovia.com/en">Datanovia</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.datanovia.com/en/blog/how-to-perform-multiple-t-test-in-r-for-different-variables/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Object Caching 116/324 objects using Memcached
Page Caching using Disk: Enhanced 
Lazy Loading (feed)
Database Caching 56/127 queries in 0.379 seconds using APC

Served from: www.datanovia.com @ 2025-08-01 12:16:54 by W3 Total Cache
-->