<?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>Biostatistics Archives - Datanovia</title>
	<atom:link href="https://www.datanovia.com/en/coursecategory/biostatistics/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.datanovia.com/en/coursecategory/biostatistics/</link>
	<description>Data Mining and Statistics for Decision Support</description>
	<lastBuildDate>Mon, 13 Jan 2020 20:33:28 +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>T-Test Essentials: Definition, Formula and Calculation</title>
		<link>https://www.datanovia.com/en/courses/t-test-essentials-definition-formula-and-calculation/</link>
					<comments>https://www.datanovia.com/en/courses/t-test-essentials-definition-formula-and-calculation/#comments</comments>
		
		<dc:creator><![CDATA[Alboukadel]]></dc:creator>
		<pubDate>Wed, 25 Dec 2019 09:47:05 +0000</pubDate>
				<guid isPermaLink="false">https://www.datanovia.com/en/?post_type=dt_courses&#038;p=11646</guid>

					<description><![CDATA[<p>951257811312171858172&#160;&#160;841Shares Course description The t-test can be defined as a statistical test used to compare two means. This guide provide multiple tutorials describing the different types of t-test, including: one-sample [&#8230;]</p>
<p>The post <a href="https://www.datanovia.com/en/courses/t-test-essentials-definition-formula-and-calculation/">T-Test Essentials: Definition, Formula and Calculation</a> appeared first on <a href="https://www.datanovia.com/en">Datanovia</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.datanovia.com/en/courses/t-test-essentials-definition-formula-and-calculation/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
		<item>
		<title>Statistical Tests and Assumptions</title>
		<link>https://www.datanovia.com/en/courses/statistical-tests-and-assumptions/</link>
					<comments>https://www.datanovia.com/en/courses/statistical-tests-and-assumptions/#comments</comments>
		
		<dc:creator><![CDATA[Alboukadel]]></dc:creator>
		<pubDate>Sat, 30 Nov 2019 08:39:35 +0000</pubDate>
				<guid isPermaLink="false">https://www.datanovia.com/en/?post_type=dt_courses&#038;p=10891</guid>

					<description><![CDATA[<p>In this course, we'll introduce some research questions and the corresponding statistical tests, as well as, the assumptions of the tests.</p>
<p>The post <a href="https://www.datanovia.com/en/courses/statistical-tests-and-assumptions/">Statistical Tests and Assumptions</a> appeared first on <a href="https://www.datanovia.com/en">Datanovia</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.datanovia.com/en/courses/statistical-tests-and-assumptions/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>Comparing Multiple Means in R</title>
		<link>https://www.datanovia.com/en/courses/comparing-multiple-means-in-r/</link>
					<comments>https://www.datanovia.com/en/courses/comparing-multiple-means-in-r/#comments</comments>
		
		<dc:creator><![CDATA[Alboukadel]]></dc:creator>
		<pubDate>Thu, 28 Nov 2019 22:47:52 +0000</pubDate>
				<guid isPermaLink="false">https://www.datanovia.com/en/?post_type=dt_courses&#038;p=10870</guid>

					<description><![CDATA[<p>This course describes how to compare multiple means in R using the ANOVA (Analysis of Variance) method and variants, including: i) ANOVA test for comparing independent measures; 2) Repeated-measures ANOVA, which is used for analyzing data where same subjects are measured more than once; 3) Mixed ANOVA, which is used to compare the means of groups cross-classified by at least two factors, where one factor is a "within-subjects" factor (repeated measures) and the other factor is a "between-subjects" factor; 4) ANCOVA (analyse of covariance), an extension of the one-way ANOVA that incorporate a covariate variable; 5) MANOVA (multivariate analysis of variance), an ANOVA with two or more continuous outcome variables.</p>
<p>We also provide R code to check ANOVA assumptions and perform Post-Hoc analyses. Additionally, we'll present: 1) Kruskal-Wallis test, which is a non-parametric alternative to the one-way ANOVA test; 2) Friedman test, which is a non-parametric alternative to the one-way repeated measures ANOVA test.</p>
<p>The post <a href="https://www.datanovia.com/en/courses/comparing-multiple-means-in-r/">Comparing Multiple Means in R</a> appeared first on <a href="https://www.datanovia.com/en">Datanovia</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.datanovia.com/en/courses/comparing-multiple-means-in-r/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Comparing Means of Two Groups in R</title>
		<link>https://www.datanovia.com/en/courses/comparing-means-of-two-groups-in-r/</link>
					<comments>https://www.datanovia.com/en/courses/comparing-means-of-two-groups-in-r/#respond</comments>
		
		<dc:creator><![CDATA[Alboukadel]]></dc:creator>
		<pubDate>Thu, 28 Nov 2019 21:35:12 +0000</pubDate>
				<guid isPermaLink="false">https://www.datanovia.com/en/?post_type=dt_courses&#038;p=10860</guid>

					<description><![CDATA[<p>This course provide step-by-step practical guide for comparing means of two groups in R using t-test (parametric method) and Wilcoxon test (non-parametric method).</p>
<p>The post <a href="https://www.datanovia.com/en/courses/comparing-means-of-two-groups-in-r/">Comparing Means of Two 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/courses/comparing-means-of-two-groups-in-r/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Inter-Rater Reliability Measures in R</title>
		<link>https://www.datanovia.com/en/courses/inter-rater-reliability-measures-in-r/</link>
					<comments>https://www.datanovia.com/en/courses/inter-rater-reliability-measures-in-r/#comments</comments>
		
		<dc:creator><![CDATA[Alboukadel]]></dc:creator>
		<pubDate>Thu, 07 Nov 2019 00:20:29 +0000</pubDate>
				<guid isPermaLink="false">https://www.datanovia.com/en/?post_type=dt_courses&#038;p=10302</guid>

					<description><![CDATA[<p>In this course, you will learn the basics and how to compute the different statistical measures for analyzing the inter-rater reliability.</p>
<p>The post <a href="https://www.datanovia.com/en/courses/inter-rater-reliability-measures-in-r/">Inter-Rater Reliability Measures in R</a> appeared first on <a href="https://www.datanovia.com/en">Datanovia</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.datanovia.com/en/courses/inter-rater-reliability-measures-in-r/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Object Caching 138/237 objects using Memcached
Page Caching using Disk: Enhanced 
Lazy Loading (feed)
Database Caching 45/77 queries in 0.028 seconds using APC

Served from: www.datanovia.com @ 2025-07-22 23:01:37 by W3 Total Cache
-->