<?xml version="1.0" encoding="UTF-8" ?>
<!-- RSS generated by PHPBoost on Sat, 18 Apr 2026 09:21:43 +0200 -->

<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Last articles - STHDA : Principal Component Methods: Videos]]></title>
		<atom:link href="https://www.sthda.com/english/syndication/rss/articles/22" rel="self" type="application/rss+xml"/>
		<link>https://www.sthda.com</link>
		<description><![CDATA[Last articles - STHDA : Principal Component Methods: Videos]]></description>
		<copyright>(C) 2005-2026 PHPBoost</copyright>
		<language>en</language>
		<generator>PHPBoost</generator>
		
		
		<item>
			<title><![CDATA[HCPC Using FactoMineR: Video]]></title>
			<link>https://www.sthda.com/english/articles/22-principal-component-methods-videos/74-hcpc-using-factominer-video/</link>
			<guid>https://www.sthda.com/english/articles/22-principal-component-methods-videos/74-hcpc-using-factominer-video/</guid>
			<description><![CDATA[<!-- START HTML -->

  <div id="rdoc">





<p>This page presents series of course videos on <strong>clustering</strong> methods for analyzing multivariate data. The main objective is either (i) to identify groups of individuals with a similar profile, or (ii) to partition individuals into several groups based on their characteristics.</p>
<p>The standard clustering methods include:</p>
<ul>
<li><strong>Agglomerative hierarchical clustering</strong>. Creates a hierarchical tree called dendrogram</li>
<li>Partitioning methods, such as <strong>K-means</strong> clustering. Subdivides individuals into k-groups, k being the optimal number of groups to be defined by the analyst.</li>
</ul>
<p>The below video courses start by presenting an introduction to hierarchical clustering and k-means approaches. A method for choosing the optimal number of groups is also shown. Next, a practical example in <strong>R</strong>, using the <strong>FactoMineR</strong> R package, is presented.</p>
<p>In FactoMineR, the function <code>HCPC()</code> is used for clustering. <em>HCPC</em>() stands for <em>Hierarchical Clustering on Principal Components</em>. This function applies clustering methods (hierarchical clustering and k-Means) on the results of principal component methods (PCA, CA, MCA, FAM).</p>
<p>The HCPC approach allows us to combine the three standard methods used in multivariate data analyses:</p>
<ol style="list-style-type: decimal">
<li><a href="https://www.sthda.com/english/articles/22-principal-component-methods/">Principal component methods</a> (PCA, CA, MCA, FAMD, MFA),</li>
<li><a href="https://www.sthda.com/english/articles/28-hierarchical-clustering-essentials/">Hierarchical clustering</a> and</li>
<li><a href="https://www.sthda.com/english/articles/27-partitioning-clustering-essentials/">Partitioning clustering</a>, particularly the k-means method.</li>
</ol>
<p>The HCPC can be useful in at least two situations:</p>
<ol style="list-style-type: decimal">
<li><p>When you have a large number of continuous variables in your data set, you can first use principal component analysis to reduce the dimensions. Next, you can apply HCPC on the PCA outputs. This can lead to a more stable clusters.</p></li>
<li><p>Clustering on categorical variables. In order to perform clustering on categorical variables, you can first apply CA or MCA on the data set. Finally, you can compute clustering on the output of CA or MCA using the HCPC method.</p></li>
</ol>
<p><img src="https://www.sthda.com/english/sthda-upload/images/principal-component-methods/hcpc-hierarchical-clustering-on-principal-components.png" alt="HCPC hierarchical clustering on principal components" /></p>
<p>Contents:</p>
<div id="TOC">
<ul>
<li><a href="#r-code-quick-start-guide">R code: Quick start guide</a></li>
<li><a href="#theory-and-key-concepts">Theory and key concepts</a><ul>
<li><a href="#hierarchical-clustering-introduction">Hierarchical clustering: Introduction</a></li>
<li><a href="#hierarchical-clustering-examples-and-choosing-the-number-of-clusters">Hierarchical clustering: Examples and Choosing the number of clusters</a></li>
<li><a href="#k-means-algorithm-a-partitioning-method">K-means algorithm: A partitioning method</a></li>
<li><a href="#identifying-and-describing-cluster-features">Identifying and describing cluster features</a></li>
</ul></li>
<li><a href="#practical-example-in-r-using-factominer">Practical example in R using FactoMineR</a></li>
<li><a href="#related-books">Related Books</a></li>
</ul>
</div>


<div id="r-code-quick-start-guide" class="section level2">
<h2>R code: Quick start guide</h2>
<p><a href="https://www.sthda.com/english/articles/31-principal-component-methods-in-r-practical-guide/117-hcpc-hierarchical-clustering-on-principal-components-essentials/">HCPC - Hierarchical Clustering on Principal Components: Essentials</a></p>
</div>
<div id="theory-and-key-concepts" class="section level2">
<h2>Theory and key concepts</h2>
<div id="hierarchical-clustering-introduction" class="section level3">
<h3>Hierarchical clustering: Introduction</h3>
<p>Introduction to hierarchical clustering and data types.</p>
<div class="yplayer" data-id="J-IddCBb-ZQ">

</div>
</div>
<div id="hierarchical-clustering-examples-and-choosing-the-number-of-clusters" class="section level3">
<h3>Hierarchical clustering: Examples and Choosing the number of clusters</h3>
<div class="yplayer" data-id="Emi1eMvGEJQ">

</div>
</div>
<div id="k-means-algorithm-a-partitioning-method" class="section level3">
<h3>K-means algorithm: A partitioning method</h3>
<div class="yplayer" data-id="qaE9D_kjhLk">

</div>
</div>
<div id="identifying-and-describing-cluster-features" class="section level3">
<h3>Identifying and describing cluster features</h3>
<div class="yplayer" data-id="w-EGV6xExWw">

</div>
</div>
</div>
<div id="practical-example-in-r-using-factominer" class="section level2">
<h2>Practical example in R using FactoMineR</h2>
<p>Apply hierarchical clustering on principal component method results (PCA, CA, MCA, FAM).</p>
<div class="yplayer" data-id="EJqYTDTJJug">

</div>
</div>
<div id="related-books" class="section level2">
<h2>Related Books</h2>
<table style="width:96%;">
<colgroup>
<col width="31%" />
<col width="31%" />
<col width="31%" />
</colgroup>
<thead>
<tr class="header">
<th>1</th>
<th>2</th>
<th>3</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td><a href = "https://www.sthda.com/english/web/5-bookadvisor/50-practical-guide-to-principal-component-methods-in-r/" rel = "nofollow" ><img src = "https://www.sthda.com/english/upload/principal_component_methods_in_r_frontcover_100px.png" /><br/>Practical Guide to Principal Component Methods in R</a></td>
<td><a href = "https://www.sthda.com/english/web/visit/51" rel = "nofollow" ><img src = "https://www.sthda.com/english/upload/exploratory_multivariate_analysis_by_example_using_r.png" /><br/>Exploratory Multivariate Analysis by Example Using R</a></td>
<td><a href = "https://www.sthda.com/english/web/visit/17" rel = "nofollow" ><img src = "https://www.sthda.com/english/upload/practical_guide_to_cluster_analysis.png" /><br/>Practical Guide to Cluster Analysis in R</a></td>
</tr>
</tbody>
</table>
<!-- Lazy Embedding youtube -->
<!-- usage: <div class="yplayer" data-id="sqq21-VIa1c"></div> -->
<link rel="stylesheet" href="https://www.sthda.com/english/templates/sthda/ak/youtube.embed.light.css"/>
<script type = "text/javascript" src = "https://www.sthda.com/english/templates/sthda/ak/youtube.embed.light.js"></script>
</div>


</div><!--end rdoc-->


<!-- END HTML -->]]></description>
			<pubDate>Fri, 18 Aug 2017 08:32:00 +0200</pubDate>
			
		</item>
		
		<item>
			<title><![CDATA[MFA in R Using FactoMineR: Quick Scripts and Videos]]></title>
			<link>https://www.sthda.com/english/articles/22-principal-component-methods-videos/73-mfa-in-r-using-factominer-quick-scripts-and-videos/</link>
			<guid>https://www.sthda.com/english/articles/22-principal-component-methods-videos/73-mfa-in-r-using-factominer-quick-scripts-and-videos/</guid>
			<description><![CDATA[<!-- START HTML -->

  <div id="rdoc">
<p>In this article, you’ll learn how <strong>MFA</strong> (<strong>Multiple Factor Analysis</strong>) works, as well as, how to easily compute and interpret <strong>MFA</strong> in <strong>R</strong> using the <em>FactoMineR</em> package.</p>
<p>Recall that MFA is a multivariate data analysis method for summarizing and visualizing a complex data table in which individuals are described by several sets of variables (quantitative and /or qualitative) structured into groups. The grouping can be due to information coming from different sources.</p>
<p><img src="https://www.sthda.com/english/sthda-upload/images/principal-component-methods/mfa-in-r-using-factominer-video-course.png" alt="MFA in R" /></p>
<p>Contents:</p>
<div id="TOC">
<ul>
<li><a href="#basics-and-key-concepts">Basics and key concepts</a><ul>
<li><a href="#introduction">Introduction</a></li>
<li><a href="#weighting-and-global-pca">Weighting and global PCA</a></li>
<li><a href="#study-of-the-groups-of-variables">Study of the groups of variables</a></li>
<li><a href="#complements-qualitative-groups-frequency-tables">Complements: qualitative groups, frequency tables</a></li>
<li><a href="#material-on-the-course-videos">Material on the course videos</a></li>
</ul></li>
<li><a href="#practical-examples-in-r-using-factominer">Practical examples in R using FactoMineR</a></li>
<li><a href="#further-reading">Further reading</a></li>
<li><a href="#related-books">Related Books</a></li>
</ul>
</div>
<div id="basics-and-key-concepts" class="section level2">
<h2>Basics and key concepts</h2>
<div id="introduction" class="section level3">
<h3>Introduction</h3>
<p>This video describes the data format and the type of questions that can be investigated by the multiple factor analysis.</p>
<div class="yplayer" data-id="MOl0Aw1TTFE">
</div>
</div>
<div id="weighting-and-global-pca" class="section level3">
<h3>Weighting and global PCA</h3>
<p>MFA can be considered as a type of PCA on a weighted matrix. The aim of the weighting is to balance the information provided by the different groups of variables. You’ll learn here how and why it’s important to balance the influence of each group of variables in the analysis.</p>
<div class="yplayer" data-id="kGSjHD3yG84">
</div>
</div>
<div id="study-of-the-groups-of-variables" class="section level3">
<h3>Study of the groups of variables</h3>
<p>MFA provides results on individuals and variables just like PCA does for quantitative variables, and MCA does for qualitative variables. the most important feature of MFA is that it can take into account several groups of variables.</p>
<p>Here, you’ll learn:</p>
<ul>
<li>how to compare information provided by each of these groups,</li>
<li>what information is common to several groups,</li>
<li>and what information is specific to certain groups.</li>
</ul>
<div class="yplayer" data-id="OVtNX6Or1FI">
</div>
</div>
<div id="complements-qualitative-groups-frequency-tables" class="section level3">
<h3>Complements: qualitative groups, frequency tables</h3>
<p>In this video, you’ll learn how to take into account groups of qualitative variables. Then, you’ll see what to do when one or more groups of variables correspond to one or more contingency tables. And lastly, you’ll see which interpretation aids are useful for interpreting the results of an MFA.</p>
<div class="yplayer" data-id="Vumu7OoFHdA">
</div>
</div>
<div id="material-on-the-course-videos" class="section level3">
<h3>Material on the course videos</h3>
<ul>
<li><a href="https://www.sthda.com/english/upload/mfa-course-slides.pdf">MFA course slides</a></li>
<li><a href="https://www.sthda.com/english/upload/mfa-course-transcription.pdf">MFA course transcription</a></li>
</ul>
</div>
</div>
<div id="practical-examples-in-r-using-factominer" class="section level2">
<h2>Practical examples in R using FactoMineR</h2>
<div class="yplayer" data-id="7HHuKsl2_fk">
</div>
</div>
<div id="further-reading" class="section level2">
<h2>Further reading</h2>
<p><a href="https://www.sthda.com/english/articles/31-principal-component-methods-in-r-practical-guide/116-mfa-multiple-factor-analysis-in-r-essentials/">MFA - Multiple Factor Analysis in R: Essentials</a></p>
</div>
<div id="related-books" class="section level2">
<h2>Related Books</h2>
<table style="width:96%;">
<colgroup>
<col width="31%" />
<col width="31%" />
<col width="31%" />
</colgroup>
<thead>
<tr class="header">
<th>1</th>
<th>2</th>
<th>3</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td><a href = "https://www.sthda.com/english/web/5-bookadvisor/50-practical-guide-to-principal-component-methods-in-r/" rel = "nofollow" ><img src = "https://www.sthda.com/english/upload/principal_component_methods_in_r_frontcover_100px.png" /><br/>Practical Guide to Principal Component Methods in R</a></td>
<td><a href = "https://www.sthda.com/english/web/visit/51" rel = "nofollow" ><img src = "https://www.sthda.com/english/upload/exploratory_multivariate_analysis_by_example_using_r.png" /><br/>Exploratory Multivariate Analysis by Example Using R</a></td>
<td><a href = "https://www.sthda.com/english/web/visit/17" rel = "nofollow" ><img src = "https://www.sthda.com/english/upload/practical_guide_to_cluster_analysis.png" /><br/>Practical Guide to Cluster Analysis in R</a></td>
</tr>
</tbody>
</table>
</div>
</div><!--end rdoc-->

<!-- END HTML -->]]></description>
			<pubDate>Thu, 17 Aug 2017 19:09:00 +0200</pubDate>
			
		</item>
		
		<item>
			<title><![CDATA[FAMD in R Using FactoMineR: Quick Scripts and Videos]]></title>
			<link>https://www.sthda.com/english/articles/22-principal-component-methods-videos/72-famd-in-r-using-factominer-quick-scripts-and-videos/</link>
			<guid>https://www.sthda.com/english/articles/22-principal-component-methods-videos/72-famd-in-r-using-factominer-quick-scripts-and-videos/</guid>
			<description><![CDATA[<!-- START HTML -->

  <div id="rdoc">
<p><strong>Factor analysis of mixed data</strong> (<strong>FAMD</strong>) is dedicated to analyze a data set containing both <em>categorical</em> and <em>continuous</em> variables.</p>
<p>This article provides a quick start R code and video showing a practical example with interpretation FAMD in <strong>R</strong> using the <strong>FactoMineR</strong> package.</p>
<p>Rougthly, FAMD can be seen as a mixed between principal component analysis (PCA) and multiple correspondence analysis (MCA). It acts as PCA for quantitative variables and as MCA for qualitative variables.</p>
<p>FAMD allows one to study the similarities between individuals taking into account mixed variables and to study the relationships between all the variables (both qualitative and quantitative variables).</p>
<p>It also creates the graph of individuals, the correlation circle for the continuous variables and the plot of categories for categorical variables. Additionally, it produces specific graphs to visualize the relationship between both quantitative and qualitative variables.</p>
<p>Contents:</p>
<div id="TOC">
<ul>
<li><a href="#quick-start-r-code">Quick start R code</a></li>
<li><a href="#course-video">Course video</a></li>
<li><a href="#further-reading">Further reading</a></li>
<li><a href="#related-books">Related Books</a></li>
</ul>
</div>
<div id="quick-start-r-code" class="section level2">
<h2>Quick start R code</h2>
<ol class="example" style="list-style-type: decimal">
<li>Install FactoMineR package:</li>
</ol>
<pre class="r"><code>install.packages("FactoMineR")</code></pre>
<ol start="2" class="example" style="list-style-type: decimal">
<li>Compute FAMD using the demo data set <code>wine</code> [in FactoMineR]. This data set refers to 21 wine characteristics. We’ll compute FAMD with a subset of the data. Categorical and continuous variables are detected automatically.</li>
</ol>
<pre class="r"><code>library(FactoMineR)
data("wine")
df <- wine[, c(1, 2, 16, 22, 29, 28, 30,31)]
res.famd <- FAMD(df, graph = FALSE)</code></pre>
<ol start="3" class="example" style="list-style-type: decimal">
<li>Visualize eigenvalues (<em>scree plot</em>). Show the percentage of variances explained by each principal component.</li>
</ol>
<pre class="r"><code>eig.val <- res.famd$eig
barplot(eig.val[, 2], 
        names.arg = 1:nrow(eig.val), 
        main = "Variances Explained by Dimensions (%)",
        xlab = "Principal Dimensions",
        ylab = "Percentage of variances",
        col ="steelblue")
# Add connected line segments to the plot
lines(x = 1:nrow(eig.val), eig.val[, 2], 
      type = "b", pch = 19, col = "red")</code></pre>
<p><img src="https://www.sthda.com/english/sthda-upload/figures/principal-component-methods/027-famd-in-r-factominer-video-eigenvalue-scree-plot-1.png" width="480" /></p>
<ol start="4" class="example" style="list-style-type: decimal">
<li>Graph of individuals. Qualitative variable categories are shown in bold.</li>
</ol>
<pre class="r"><code>plot(res.famd, choix = "ind")</code></pre>
<p><img src="https://www.sthda.com/english/sthda-upload/figures/principal-component-methods/027-famd-in-r-factominer-video-individuals-1.png" width="576" /></p>
<ol start="5" class="example" style="list-style-type: decimal">
<li>Correlation between variables (qualitative and quantitative) with principal dimensions:</li>
</ol>
<pre class="r"><code>plot(res.famd, choix = "var")</code></pre>
<p><img src="https://www.sthda.com/english/sthda-upload/figures/principal-component-methods/027-famd-in-r-factominer-video-plot-variables-1.png" width="576" /></p>
<ol start="6" class="example" style="list-style-type: decimal">
<li>Correlation circle of quantitative variables:</li>
</ol>
<pre class="r"><code>plot(res.famd, choix = "quanti")</code></pre>
<p><img src="https://www.sthda.com/english/sthda-upload/figures/principal-component-methods/027-famd-in-r-factominer-video-correlation-circle-1.png" width="576" /></p>
</div>
<div id="course-video" class="section level2">
<h2>Course video</h2>
<div class="yplayer" data-id="FKB96VGUgUE">
</div>
</div>
<div id="further-reading" class="section level2">
<h2>Further reading</h2>
<p><a href="https://www.sthda.com/english/articles/31-principal-component-methods-in-r-practical-guide/115-famd-factor-analysis-of-mixed-data-in-r-essentials/">FAMD - Factor Analysis of Mixed Data in R: Essentials</a></p>
</div>
<div id="related-books" class="section level2">
<h2>Related Books</h2>
<table style="width:96%;">
<colgroup>
<col width="31%" />
<col width="31%" />
<col width="31%" />
</colgroup>
<thead>
<tr class="header">
<th>1</th>
<th>2</th>
<th>3</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td><a href = "https://www.sthda.com/english/web/5-bookadvisor/50-practical-guide-to-principal-component-methods-in-r/" rel = "nofollow" ><img src = "https://www.sthda.com/english/upload/principal_component_methods_in_r_frontcover_100px.png" /><br/>Practical Guide to Principal Component Methods in R</a></td>
<td><a href = "https://www.sthda.com/english/web/visit/51" rel = "nofollow" ><img src = "https://www.sthda.com/english/upload/exploratory_multivariate_analysis_by_example_using_r.png" /><br/>Exploratory Multivariate Analysis by Example Using R</a></td>
<td><a href = "https://www.sthda.com/english/web/visit/17" rel = "nofollow" ><img src = "https://www.sthda.com/english/upload/practical_guide_to_cluster_analysis.png" /><br/>Practical Guide to Cluster Analysis in R</a></td>
</tr>
</tbody>
</table>
</div>
</div><!--end rdoc-->

<!-- END HTML -->]]></description>
			<pubDate>Thu, 17 Aug 2017 17:15:00 +0200</pubDate>
			
		</item>
		
		<item>
			<title><![CDATA[MCA in R Using FactoMineR: Quick Scripts and Videos]]></title>
			<link>https://www.sthda.com/english/articles/22-principal-component-methods-videos/71-mca-in-r-using-factominer-quick-scripts-and-videos/</link>
			<guid>https://www.sthda.com/english/articles/22-principal-component-methods-videos/71-mca-in-r-using-factominer-quick-scripts-and-videos/</guid>
			<description><![CDATA[<!-- START HTML -->

  <div id="rdoc">
<p>This article presents quick start R code and video series for computing <strong>MCA</strong> (<em>Multiple Correspondence Analysis</em>) in R, using the <strong>FactoMineR</strong> package. Recall that MCA is used for analyzing multivarariate data sets containing <em>categorical variables</em>, such as survey data.</p>
<p><img src="https://www.sthda.com/english/sthda-upload/images/principal-component-methods/mca-in-r-using-factominer-video-course.png" alt="MCA in R using FactoMineR: Video course" /></p>
<p>Contents:</p>
<div id="TOC">
<ul>
<li><a href="#quick-start-r-code">Quick start R code</a></li>
<li><a href="#theory-and-key-concepts">Theory and key concepts</a><ul>
<li><a href="#data-types">Data types</a></li>
<li><a href="#visualizing-the-point-cloud-of-individuals">Visualizing the point cloud of individuals</a></li>
<li><a href="#visualizing-the-cloud-of-categories">Visualizing the cloud of categories</a></li>
<li><a href="#interpretation">Interpretation</a></li>
<li><a href="#course-video-materials">Course video materials</a></li>
</ul></li>
<li><a href="#mca-examples-in-r">MCA examples in R</a><ul>
<li><a href="#mca-in-practice-with-factominer">MCA in practice with FactoMineR</a></li>
<li><a href="#handling-missing-values">Handling missing values</a></li>
<li><a href="#mca-graphical-user-interface-factoshiny">MCA Graphical user interface: Factoshiny</a></li>
<li><a href="#automatic-interpretation-factoinvestigate">Automatic interpretation: FactoInvestigate</a></li>
</ul></li>
<li><a href="#further-reading">Further reading</a></li>
<li><a href="#related-books">Related Books</a></li>
</ul>
</div>
<div id="quick-start-r-code" class="section level2">
<h2>Quick start R code</h2>
<ol class="example" style="list-style-type: decimal">
<li>Install FactoMineR package:</li>
</ol>
<pre class="r"><code>install.packages("FactoMineR")</code></pre>
<ol start="2" class="example" style="list-style-type: decimal">
<li>Compute MCA using the demo data set <code>poison</code> [in FactoMineR]. This data set refers to a survey carried out on a sample of children of primary school who suffered from food poisoning. They were asked about their symptoms and about what they ate.</li>
</ol>
<pre class="r"><code>library(FactoMineR)
data("poison")
res.mca <- MCA(poison, 
              quanti.sup = 1:2, # Supplementary quantitative variable
              quali.sup = 3:4,  # Supplementary qualitative variable
              graph=FALSE)</code></pre>
<div class="notice">
<p>
Key terms:
</p>
<ul>
<li>
Active individuals and variables are used during the MCA.
</li>
<li>
Supplementary individuals and variables: their coordinates will be predicted after the MCA.
</li>
</ul>
</div>
<ol start="3" class="example" style="list-style-type: decimal">
<li>Visualize eigenvalues (<em>scree plot</em>). Show the percentage of variances explained by each principal component.</li>
</ol>
<pre class="r"><code>eig.val <- res.mca$eig
barplot(eig.val[, 2], 
        names.arg = 1:nrow(eig.val), 
        main = "Variances Explained by Dimensions (%)",
        xlab = "Principal Dimensions",
        ylab = "Percentage of variances",
        col ="steelblue")
# Add connected line segments to the plot
lines(x = 1:nrow(eig.val), eig.val[, 2], 
      type = "b", pch = 19, col = "red")</code></pre>
<p><img src="https://www.sthda.com/english/sthda-upload/figures/principal-component-methods/026-mca-in-r-factominer-video-eigenvalue-scree-plot-1.png" width="576" /></p>
<ol start="4" class="example" style="list-style-type: decimal">
<li>Biplot of individuals and variables showing the link between them.</li>
</ol>
<pre class="r"><code>plot(res.mca, autoLab = "yes")</code></pre>
<p><img src="https://www.sthda.com/english/sthda-upload/figures/principal-component-methods/026-mca-in-r-factominer-video-mca-biplot-1.png" width="576" /></p>
<ul>
<li><code>Blue</code>: Individuals</li>
<li><code>red</code>: Variables</li>
<li><code>dark.green</code>: Qualitative supplementary variable color</li>
</ul>
<ol start="5" class="example" style="list-style-type: decimal">
<li>Graph of individuals. Individuals with a similar profile are grouped together. Use the argument <code>invisible</code> to hide active and supplementary variables on the plot.</li>
</ol>
<pre class="r"><code>plot(res.mca,
     invisible = c("var", "quali.sup", "quanti.sup"),
     cex = 0.8,                                    
     autoLab = "yes")</code></pre>
<p><img src="https://www.sthda.com/english/sthda-upload/figures/principal-component-methods/026-mca-in-r-factominer-video-individual-plots-1.png" width="576" /></p>
<ol start="6" class="example" style="list-style-type: decimal">
<li>Graph of active variables. Use the argument <code>invisible</code> to hide individuals and supplementary variables on the plot</li>
</ol>
<pre class="r"><code>plot(res.mca, 
     invisible = c("ind", "quali.sup", "quanti.sup"),
     cex = 0.8,
     autoLab = "yes")</code></pre>
<p><img src="https://www.sthda.com/english/sthda-upload/figures/principal-component-methods/026-mca-in-r-factominer-video-variable-plots-1.png" width="576" /></p>
<ol start="7" class="example" style="list-style-type: decimal">
<li>Color individuals by groups and add confidence ellipses around the mean of groups.</li>
</ol>
<pre class="r"><code>plotellipses(res.mca, keepvar = c("Vomiting", "Fish"))</code></pre>
<p><img src="https://www.sthda.com/english/sthda-upload/figures/principal-component-methods/026-mca-in-r-factominer-video-plot-ellipses-1.png" width="576" /></p>
<div class="warning">
<p>
For ggplot2-based visualization, read this: <a href="https://www.sthda.com/english/articles/31-principal-component-methods-in-r-practical-guide/114-mca-multiple-correspondence-analysis-in-r-essentials/">MCA - Multiple Correspondence Analysis in R: Essentials</a>
</p>
</div>
<ol start="8" class="example" style="list-style-type: decimal">
<li>Access to the results:</li>
</ol>
<pre class="r"><code># Eigenvalues
res.mca$eig
  
# Results for active Variables
res.var <- res.mca$var
res.var$coord          # Coordinates
res.var$contrib        # Contributions to the PCs
res.var$cos2           # Quality of representation 
# Results for qualitative supp. variables
res.mca$quali.sup
# Results for active individuals
res.ind <- res.mca$var
res.ind$coord          # Coordinates
res.ind$contrib        # Contributions to the PCs
res.ind$cos2           # Quality of representation </code></pre>
<p>The following series of video explains the basics of MCA and show practical examples and interpretation in R.</p>
</div>
<div id="theory-and-key-concepts" class="section level2">
<h2>Theory and key concepts</h2>
<div id="data-types" class="section level3">
<h3>Data types</h3>
<p>This video describes the data format and the goals of MCA.</p>
<div class="yplayer" data-id="gZ_7WWEVlTg">
</div>
</div>
<div id="visualizing-the-point-cloud-of-individuals" class="section level3">
<h3>Visualizing the point cloud of individuals</h3>
<p>This video shows how to build the point cloud of rows/individuals and, how to interpret it using the variable’s categories.</p>
<div class="yplayer" data-id="b4kRAt4mkB8">
</div>
</div>
<div id="visualizing-the-cloud-of-categories" class="section level3">
<h3>Visualizing the cloud of categories</h3>
<p>In this video, you’ll learn how to build point clouds of categories, as well as, how to get an optimal representation of them. You will discover the link between the optimal representation of individuals and the optimal representation of categories.</p>
<div class="yplayer" data-id="OZW1KrKO5Ac">
</div>
</div>
<div id="interpretation" class="section level3">
<h3>Interpretation</h3>
<p>This video describes some interpretation aids, shared by all principal component methods. Additionally, it shows how to use supplementary information, including supplementary variables, in MCA.</p>
<div class="yplayer" data-id="wTCuThGiy4w">
</div>
</div>
<div id="course-video-materials" class="section level3">
<h3>Course video materials</h3>
<ul>
<li><a href="https://francoishusson.files.wordpress.com/2017/07/mca_course_slides.pdf">MCA slides</a></li>
<li><a href="https://francoishusson.files.wordpress.com/2017/07/mca_course_transcription.pdf">MCA course transcription</a></li>
</ul>
</div>
</div>
<div id="mca-examples-in-r" class="section level2">
<h2>MCA examples in R</h2>
<div id="mca-in-practice-with-factominer" class="section level3">
<h3>MCA in practice with FactoMineR</h3>
<div class="yplayer" data-id="Sl1-UYD6iac">
</div>
</div>
<div id="handling-missing-values" class="section level3">
<h3>Handling missing values</h3>
<p>This video show how to handle missing values in MCA using missMDA and FactoMineR packages</p>
<div class="yplayer" data-id="uyIH1CtrfsU">
</div>
</div>
<div id="mca-graphical-user-interface-factoshiny" class="section level3">
<h3>MCA Graphical user interface: Factoshiny</h3>
<div class="yplayer" data-id="QO0bwMbp50I">
</div>
</div>
<div id="automatic-interpretation-factoinvestigate" class="section level3">
<h3>Automatic interpretation: FactoInvestigate</h3>
<p>The FactoInvestigate R package makes it possible to generate automatically a report for principal component analysis. Learn more in our previous article: <a href="https://www.sthda.com/english/articles/16-r-packages/28-factoinvestigate-r-package-automatic-reports-and-interpretation-of-principal-component-analyses">FactoInvestigate R Package: Automatic Reports and Interpretation of Principal Component Analyses</a></p>
</div>
</div>
<div id="further-reading" class="section level2">
<h2>Further reading</h2>
<p><a href="https://www.sthda.com/english/articles/31-principal-component-methods-in-r-practical-guide/114-mca-multiple-correspondence-analysis-in-r-essentials/">MCA - Multiple Correspondence Analysis in R: Essentials</a></p>
</div>
<div id="related-books" class="section level2">
<h2>Related Books</h2>
<table style="width:96%;">
<colgroup>
<col width="31%" />
<col width="31%" />
<col width="31%" />
</colgroup>
<thead>
<tr class="header">
<th>1</th>
<th>2</th>
<th>3</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td><a href = "https://www.sthda.com/english/web/5-bookadvisor/50-practical-guide-to-principal-component-methods-in-r/" rel = "nofollow" ><img src = "https://www.sthda.com/english/upload/principal_component_methods_in_r_frontcover_100px.png" /><br/>Practical Guide to Principal Component Methods in R</a></td>
<td><a href = "https://www.sthda.com/english/web/visit/51" rel = "nofollow" ><img src = "https://www.sthda.com/english/upload/exploratory_multivariate_analysis_by_example_using_r.png" /><br/>Exploratory Multivariate Analysis by Example Using R</a></td>
<td><a href = "https://www.sthda.com/english/web/visit/17" rel = "nofollow" ><img src = "https://www.sthda.com/english/upload/practical_guide_to_cluster_analysis.png" /><br/>Practical Guide to Cluster Analysis in R</a></td>
</tr>
</tbody>
</table>
</div>
</div><!--end rdoc-->

<!-- END HTML -->]]></description>
			<pubDate>Thu, 17 Aug 2017 11:07:00 +0200</pubDate>
			
		</item>
		
		<item>
			<title><![CDATA[CA in R Using FactoMineR: Quick Scripts and Videos]]></title>
			<link>https://www.sthda.com/english/articles/22-principal-component-methods-videos/67-ca-in-r-using-factominer-quick-scripts-and-videos/</link>
			<guid>https://www.sthda.com/english/articles/22-principal-component-methods-videos/67-ca-in-r-using-factominer-quick-scripts-and-videos/</guid>
			<description><![CDATA[<!-- START HTML -->

  <div id="rdoc">
<p>This page shows quick start R code to compute <em>correspondence analysis</em>- <strong>CA in R</strong> using the <em>FactoMineR</em> package.</p>
<p>Additionaly, we present series of course videos on correspondence analysis, which is a multivariate analysis tool for analyzing large contingency tables formed by two <em>categorical variables</em>. The aim isto study the association between row and column elements.</p>
<p>In the videos, the instructors start by explaining the theory and the key concept behind CA. Next, they provide provide practical examples and interpretation of CA in R programming language.</p>
<p><img src="https://www.sthda.com/english/sthda-upload/images/principal-component-methods/ca-in-r-using-factominer-video-course.png" alt="CA in R using FactoMineR: Video course" /></p>
<p>Contents:</p>
<div id="TOC">
<ul>
<li><a href="#quick-start-r-code">Quick start R code</a></li>
<li><a href="#theory-and-key-concepts">Theory and key concepts</a><ul>
<li><a href="#introduction-and-data-types">Introduction and data types</a></li>
<li><a href="#visualizing-the-row-and-column-clouds">Visualizing the row and column clouds</a></li>
<li><a href="#inertia">Inertia</a></li>
<li><a href="#simultaneous-representation">Simultaneous representation</a></li>
<li><a href="#interpretation">Interpretation</a></li>
<li><a href="#course-video-materials">Course video materials</a></li>
</ul></li>
<li><a href="#correspondence-analysis-examples-in-r">Correspondence analysis examples in R</a><ul>
<li><a href="#ca-in-practice-with-factominer">CA in practice with FactoMineR</a></li>
<li><a href="#text-mining-with-correspondence-analysis">Text mining with correspondence analysis</a></li>
</ul></li>
<li><a href="#graphical-user-interface-factoshiny">Graphical user interface: Factoshiny</a></li>
<li><a href="#automatic-interpretation-factoinvestigate">Automatic interpretation: FactoInvestigate</a></li>
<li><a href="#further-reading">Further reading</a></li>
<li><a href="#related-books">Related Books</a></li>
</ul>
</div>
<div id="quick-start-r-code" class="section level2">
<h2>Quick start R code</h2>
<ol style="list-style-type: decimal">
<li>Install FactoMineR package:</li>
</ol>
<pre class="r"><code>install.packages("FactoMineR")</code></pre>
<ol start="2" style="list-style-type: decimal">
<li>Compute CA using the demo data set children [in FactoMineR]. The data set is a contingency table that summarizes the answers given by different categories of people to the following question : according to you, what are the reasons that can make hesitate a woman or a couple to have children?</li>
</ol>
<pre class="r"><code>library(FactoMineR)
data("children")
res.ca <- CA(children, 
             row.sup = 15:18,  # Supplementary rows
             col.sup = 6:8,    # Supplementary columns
             graph = FALSE)</code></pre>
<div class="notice">
<p>
Key terms:
</p>
<ul>
<li>
Active rows and columns are used during the correspondence analysis.
</li>
<li>
Supplementary rows and columns: their coordinates will be predicted after the CA.
</li>
</ul>
</div>
<ol start="3" style="list-style-type: decimal">
<li>Visualize eigenvalues (<em>scree plot</em>). Show the percentage of variances explained by each principal component.</li>
</ol>
<pre class="r"><code>eig.val <- res.ca$eig
barplot(eig.val[, 2], 
        names.arg = 1:nrow(eig.val), 
        main = "Variances Explained by Dimensions (%)",
        xlab = "Principal Dimensions",
        ylab = "Percentage of variances",
        col ="steelblue")
# Add connected line segments to the plot
lines(x = 1:nrow(eig.val), eig.val[, 2], 
      type = "b", pch = 19, col = "red")</code></pre>
<p><img src="https://www.sthda.com/english/sthda-upload/figures/principal-component-methods/025-ca-in-r-factominer-video-eigenvalue-scree-plot-1.png" width="576" /></p>
<ol start="4" style="list-style-type: decimal">
<li>Biplot of row and column variables showing the association between row and column elements.</li>
</ol>
<pre class="r"><code>plot(res.ca, autoLab = "yes")</code></pre>
<p><img src="https://www.sthda.com/english/sthda-upload/figures/principal-component-methods/025-ca-in-r-factominer-video-biplot-of-row-and-columns-1.png" width="576" /></p>
<ul>
<li><code>blue</code>: row points</li>
<li><code>darkblue</code>: supplementary rows</li>
<li><code>red</code>: column points</li>
<li><code>darkred</code>: supplementary columns</li>
</ul>
<div class="notice">
<p>
To plot only the row variables, specify the argumenet <code>invisible = “col”</code>. For column variables, type <code>invisible = “row”</code>.
</p>
</div>
<div class="warning">
<p>
For ggplot2-based visualization, read this: <a href="https://www.sthda.com/english/articles/31-principal-component-methods-in-r-practical-guide/113-ca-correspondence-analysis-in-r-essentials/">CA - Correspondence Analysis in R: Essentials</a>
</p>
</div>
<ol start="5" style="list-style-type: decimal">
<li>Access to the results:</li>
</ol>
<pre class="r"><code># Eigenvalues
res.ca$eig
# Results for row variables
res.row <- res.ca$row
res.row$coord          # Coordinates
res.row$contrib        # Contributions to the PCs
res.row$cos2           # Quality of representation 
# Results for column variables
res.col <- res.ca$col
res.col$coord          # Coordinates
res.col$contrib        # Contributions to the PCs
res.col$cos2           # Quality of representation </code></pre>
</div>
<div id="theory-and-key-concepts" class="section level2">
<h2>Theory and key concepts</h2>
<div id="introduction-and-data-types" class="section level3">
<h3>Introduction and data types</h3>
<p>This video describes the data and key notations, as well as, the questions that can be investigated by correspondence analysis. You’ll we see that the main point of correspondence analysis is studying the links between pairs of qualitative variables.</p>
<div class="yplayer" data-id="Z5Lo1hvZ9fA">
</div>
</div>
<div id="visualizing-the-row-and-column-clouds" class="section level3">
<h3>Visualizing the row and column clouds</h3>
<p>This video presents how to plot row and column points on the same graph.</p>
<div class="yplayer" data-id="VVYPQKG7jfw">
</div>
</div>
<div id="inertia" class="section level3">
<h3>Inertia</h3>
<p>This video presents the importance of inertia in the interpretation of correspondence analysis.</p>
<div class="yplayer" data-id="ffZb9wAiElk">
</div>
</div>
<div id="simultaneous-representation" class="section level3">
<h3>Simultaneous representation</h3>
<p>This video describes how to plot simultaneously row and column elements on the same plot.</p>
<div class="yplayer" data-id="3-zxmzZZTIQ">
</div>
</div>
<div id="interpretation" class="section level3">
<h3>Interpretation</h3>
<p>This video introduces the concept of <code>quality of representation</code> and <code>contribution</code>.</p>
<div class="yplayer" data-id="Jg9IXaAi98w">
</div>
</div>
<div id="course-video-materials" class="section level3">
<h3>Course video materials</h3>
<ul>
<li><a href="https://francoishusson.files.wordpress.com/2017/07/ca_course_slides.pdf">Slides</a></li>
<li><a href="https://francoishusson.files.wordpress.com/2017/07/ca_course_transcription1.pdf">CA_transcription</a></li>
</ul>
</div>
</div>
<div id="correspondence-analysis-examples-in-r" class="section level2">
<h2>Correspondence analysis examples in R</h2>
<div id="ca-in-practice-with-factominer" class="section level3">
<h3>CA in practice with FactoMineR</h3>
<div class="yplayer" data-id="vP4korRby0Q">
</div>
</div>
<div id="text-mining-with-correspondence-analysis" class="section level3">
<h3>Text mining with correspondence analysis</h3>
<div class="yplayer" data-id="62N0JMf5hOs">
</div>
</div>
</div>
<div id="graphical-user-interface-factoshiny" class="section level2">
<h2>Graphical user interface: Factoshiny</h2>
<p>The package Factoshiny provides user graphical interface for correspondence analysis.</p>
</div>
<div id="automatic-interpretation-factoinvestigate" class="section level2">
<h2>Automatic interpretation: FactoInvestigate</h2>
<p>The package FactoInvestigate can be used to generate automatically a report for correspondence analysis.</p>
<p>Learn more in our previous article: <a href="https://www.sthda.com/english/articles/16-r-packages/28-factoinvestigate-r-package-automatic-reports-and-interpretation-of-principal-component-analyses">FactoInvestigate R Package: Automatic Reports and Interpretation of Principal Component Analyses</a></p>
</div>
<div id="further-reading" class="section level2">
<h2>Further reading</h2>
<p><a href="https://www.sthda.com/english/articles/31-principal-component-methods-in-r-practical-guide/113-ca-correspondence-analysis-in-r-essentials/">CA - Correspondence Analysis in R: Essentials</a></p>
</div>
<div id="related-books" class="section level2">
<h2>Related Books</h2>
<table style="width:96%;">
<colgroup>
<col width="31%" />
<col width="31%" />
<col width="31%" />
</colgroup>
<thead>
<tr class="header">
<th>1</th>
<th>2</th>
<th>3</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td><a href = "https://www.sthda.com/english/web/5-bookadvisor/50-practical-guide-to-principal-component-methods-in-r/" rel = "nofollow" ><img src = "https://www.sthda.com/english/upload/principal_component_methods_in_r_frontcover_100px.png" /><br/>Practical Guide to Principal Component Methods in R</a></td>
<td><a href = "https://www.sthda.com/english/web/visit/51" rel = "nofollow" ><img src = "https://www.sthda.com/english/upload/exploratory_multivariate_analysis_by_example_using_r.png" /><br/>Exploratory Multivariate Analysis by Example Using R</a></td>
<td><a href = "https://www.sthda.com/english/web/visit/17" rel = "nofollow" ><img src = "https://www.sthda.com/english/upload/practical_guide_to_cluster_analysis.png" /><br/>Practical Guide to Cluster Analysis in R</a></td>
</tr>
</tbody>
</table>
</div>
</div><!--end rdoc-->

<!-- END HTML -->]]></description>
			<pubDate>Sat, 12 Aug 2017 02:46:00 +0200</pubDate>
			
		</item>
		
		<item>
			<title><![CDATA[PCA in R Using FactoMineR: Quick Scripts and Videos]]></title>
			<link>https://www.sthda.com/english/articles/22-principal-component-methods-videos/65-pca-in-r-using-factominer-quick-scripts-and-videos/</link>
			<guid>https://www.sthda.com/english/articles/22-principal-component-methods-videos/65-pca-in-r-using-factominer-quick-scripts-and-videos/</guid>
			<description><![CDATA[<!-- START HTML -->

  <div id="rdoc">
<p>This article starts by providing a quick start R code for computing <strong>PCA in R</strong>, using the <strong>FactoMineR</strong>, and continues by presenting series of <strong>PCA</strong> <em>video</em> <em>courses</em> (by François Husson).</p>
<p>Recall that PCA (<em>Principal Component Analysis</em>) is a multivariate data analysis method that allows us to summarize and visualize the information contained in a large data sets of quantitative variables.</p>
<p>In these video courses, the instructor François Husson, walks through the theory behind PCA (first 3 videos), to practical <strong>PCA examples</strong> in R programming language using the FactoMineR package. He also presents how to interpret the results.</p>
<p>François Husson, continues the course by presenting convenient solution to handle situations where the data contain <code>missing values</code>. This is made possible thanks to the <code>missMDA</code> R package.</p>
<p>Additionally, he presents the <code>Factoshiny</code> package, which provide an easy to use graphical interface to perform PCA. This is very useful for users with non advanced programming background.</p>
<p>He finishes by presenting the <code>FactoInvestigate</code> R package, which makes it easy to generate automatically a report - in HTML, PDF or Word formats - containing the PCA outputs and interpretation.</p>
<p><img src="https://www.sthda.com/english/sthda-upload/images/principal-component-methods/pca-in-r-using-factominer-video-course.png" alt="PCA in R using FactoMineR: Video course" /></p>
<p>Contents:</p>
<div id="TOC">
<ul>
<li><a href="#quick-start-r-code">Quick start R code</a></li>
<li><a href="#theory-and-key-concepts">Theory and key concepts</a><ul>
<li><a href="#data-types">Data types</a></li>
<li><a href="#studying-individuals-and-variables">Studying individuals and variables</a></li>
<li><a href="#pca-interpretation">PCA interpretation</a></li>
<li><a href="#course-video-materials">Course video materials</a></li>
</ul></li>
<li><a href="#pca-examples-in-r">PCA examples in R</a><ul>
<li><a href="#pca-in-practice-with-factominer">PCA in practice with FactoMineR</a></li>
<li><a href="#handling-missing-values">Handling missing values</a></li>
<li><a href="#pca-graphical-user-interface-factoshiny">PCA Graphical user interface: Factoshiny</a></li>
<li><a href="#automatic-interpretation-factoinvestigate">Automatic interpretation: FactoInvestigate</a></li>
</ul></li>
<li><a href="#further-reading">Further reading</a></li>
<li><a href="#related-books">Related Books</a></li>
</ul>
</div>
<div id="quick-start-r-code" class="section level2">
<h2>Quick start R code</h2>
<ol class="example" style="list-style-type: decimal">
<li>Install FactoMineR package:</li>
</ol>
<pre class="r"><code>install.packages("FactoMineR")</code></pre>
<ol start="2" class="example" style="list-style-type: decimal">
<li>Compute PCA using the demo data set USArrests. The data set contains statistics, in arrests per 100,000 residents for assault, murder, and rape in each of the 50 US states in 1973.</li>
</ol>
<pre class="r"><code>library(FactoMineR)
data("USArrests")
res.pca <- PCA(USArrests, graph = FALSE)</code></pre>
<ol start="3" class="example" style="list-style-type: decimal">
<li>Visualize eigenvalues (<em>scree plot</em>). Show the percentage of variances explained by each principal component.</li>
</ol>
<pre class="r"><code>eig.val <- res.pca$eig
barplot(eig.val[, 2], 
        names.arg = 1:nrow(eig.val), 
        main = "Variances Explained by PCs (%)",
        xlab = "Principal Components",
        ylab = "Percentage of variances",
        col ="steelblue")
# Add connected line segments to the plot
lines(x = 1:nrow(eig.val), eig.val[, 2], 
      type = "b", pch = 19, col = "red")</code></pre>
<p><img src="https://www.sthda.com/english/sthda-upload/figures/principal-component-methods/024-pca-in-r-factominer-video-eigenvalue-scree-plot-1.png" width="576" /></p>
<ol start="4" class="example" style="list-style-type: decimal">
<li>Visualize the graph of individuals. Individuals with a similar profile are grouped together.</li>
</ol>
<pre class="r"><code>plot(res.pca, choix = "ind", autoLab = "yes")</code></pre>
<p><img src="https://www.sthda.com/english/sthda-upload/figures/principal-component-methods/024-pca-in-r-factominer-video-individual-plots-1.png" width="576" /></p>
<ol start="5" class="example" style="list-style-type: decimal">
<li>Visualize the graph of variables. Positive correlated variables point to the same side of the plot. Negative correlated variables point to opposite sides of the graph.</li>
</ol>
<pre class="r"><code>plot(res.pca, choix = "var", autoLab = "yes")</code></pre>
<p><img src="https://www.sthda.com/english/sthda-upload/figures/principal-component-methods/024-pca-in-r-factominer-video-variable-plots-1.png" width="576" /></p>
<div class="warning">
<p>
For ggplot2-based visualization, read this: <a href="https://www.sthda.com/english/articles/31-principal-component-methods-in-r-practical-guide/112-pca-principal-component-analysis-essentials/">PCA - Principal Component Analysis Essentials</a>
</p>
</div>
<ol start="6" class="example" style="list-style-type: decimal">
<li>Access to the results:</li>
</ol>
<pre class="r"><code># Eigenvalues
res.pca$eig
  
# Results for Variables
res.var <- res.pca$var
res.var$coord          # Coordinates
res.var$contrib        # Contributions to the PCs
res.var$cos2           # Quality of representation 
# Results for individuals
res.ind <- res.pca$var
res.ind$coord          # Coordinates
res.ind$contrib        # Contributions to the PCs
res.ind$cos2           # Quality of representation </code></pre>
</div>
<div id="theory-and-key-concepts" class="section level2">
<h2>Theory and key concepts</h2>
<div id="data-types" class="section level3">
<h3>Data types</h3>
<p>This video presents the type of data to be used for principal component analysis and defines some useful notations. It introduces also the type of questions one can investigate with PCA.</p>
<div class="yplayer" data-id="IuSbb3nq4aI">
</div>
</div>
<div id="studying-individuals-and-variables" class="section level3">
<h3>Studying individuals and variables</h3>
<p>This video presents how individuals and variables coordinates are calculated and visualized.</p>
<div class="yplayer" data-id="msGKYXVdMxc">
</div>
</div>
<div id="pca-interpretation" class="section level3">
<h3>PCA interpretation</h3>
<p>This video presents tips and tricks that help to interpret the output of PCA.</p>
<div class="yplayer" data-id="BOanMaBiN2w">
</div>
</div>
<div id="course-video-materials" class="section level3">
<h3>Course video materials</h3>
<ul>
<li><a href="https://francoishusson.files.wordpress.com/2017/07/pca_course_slides.pdf">Slides</a></li>
<li><a href="https://francoishusson.files.wordpress.com/2017/07/pca_course_transcription.pdf">PCA_transcription</a></li>
</ul>
</div>
</div>
<div id="pca-examples-in-r" class="section level2">
<h2>PCA examples in R</h2>
<div id="pca-in-practice-with-factominer" class="section level3">
<h3>PCA in practice with FactoMineR</h3>
<div class="yplayer" data-id="pks8m2ka7Pk">
</div>
</div>
<div id="handling-missing-values" class="section level3">
<h3>Handling missing values</h3>
<p>This video show how to handle missing values in PCA using missMDA and FactoMineR packages</p>
<div class="yplayer" data-id="OOM8_FH6_8o">
</div>
</div>
<div id="pca-graphical-user-interface-factoshiny" class="section level3">
<h3>PCA Graphical user interface: Factoshiny</h3>
<div class="yplayer" data-id="QO0bwMbp50I">
</div>
</div>
<div id="automatic-interpretation-factoinvestigate" class="section level3">
<h3>Automatic interpretation: FactoInvestigate</h3>
<p>The FactoInvestigate R package makes it possible to generate automatically a report for principal component analysis. Learn more in our previous article: <a href="https://www.sthda.com/english/articles/16-r-packages/28-factoinvestigate-r-package-automatic-reports-and-interpretation-of-principal-component-analyses">FactoInvestigate R Package: Automatic Reports and Interpretation of Principal Component Analyses</a></p>
</div>
</div>
<div id="further-reading" class="section level2">
<h2>Further reading</h2>
<p><a href="https://www.sthda.com/english/articles/31-principal-component-methods-in-r-practical-guide/112-pca-principal-component-analysis-essentials/">PCA - Principal Component Analysis Essentials</a></p>
</div>
<div id="related-books" class="section level2">
<h2>Related Books</h2>
<table style="width:96%;">
<colgroup>
<col width="31%" />
<col width="31%" />
<col width="31%" />
</colgroup>
<thead>
<tr class="header">
<th>1</th>
<th>2</th>
<th>3</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td><a href = "https://www.sthda.com/english/web/5-bookadvisor/50-practical-guide-to-principal-component-methods-in-r/" rel = "nofollow" ><img src = "https://www.sthda.com/english/upload/principal_component_methods_in_r_frontcover_100px.png" /><br/>Practical Guide to Principal Component Methods in R</a></td>
<td><a href = "https://www.sthda.com/english/web/visit/51" rel = "nofollow" ><img src = "https://www.sthda.com/english/upload/exploratory_multivariate_analysis_by_example_using_r.png" /><br/>Exploratory Multivariate Analysis by Example Using R</a></td>
<td><a href = "https://www.sthda.com/english/web/visit/17" rel = "nofollow" ><img src = "https://www.sthda.com/english/upload/practical_guide_to_cluster_analysis.png" /><br/>Practical Guide to Cluster Analysis in R</a></td>
</tr>
</tbody>
</table>
</div>
</div><!--end rdoc-->

<!-- END HTML -->]]></description>
			<pubDate>Fri, 11 Aug 2017 22:56:00 +0200</pubDate>
			
		</item>
		
	</channel>
</rss>
