<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: PCA total variable contribtion in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/PCA-total-variable-contribtion/m-p/338594#M58665</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/13827"&gt;@FN&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think you are looking for loadings, or the eigenvectors * sqrt( eigenvalues ).&amp;nbsp; These are calculated in the PLS platform within JMP but not PCA.&amp;nbsp; Here is how I would go about that interactively for PCA:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6213424804001w800h432r47" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6213424804001" data-account="6058004218001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6058004218001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6213424804001w800h432r47');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://community.jmp.com/t5/video/gallerypage/video-id/6213424804001"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 01 Dec 2020 23:00:19 GMT</pubDate>
    <dc:creator>ih</dc:creator>
    <dc:date>2020-12-01T23:00:19Z</dc:date>
    <item>
      <title>PCA total variable contribtion</title>
      <link>https://community.jmp.com/t5/Discussions/PCA-total-variable-contribtion/m-p/337845#M58549</link>
      <description>&lt;P&gt;I would like to get a list of variables ordered by their contribution explaining the variability within the data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In PCA, one can plot the partial contribution of the variables. However, this visualization does not consider the different importance between PCs. The eigenvalues table includes the percentage of data explained.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to get the total variable contribution?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="FN_0-1606485481491.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/28652i436BA9AFD452DB28/image-size/medium?v=v2&amp;amp;px=400" role="button" title="FN_0-1606485481491.png" alt="FN_0-1606485481491.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 21:59:17 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/PCA-total-variable-contribtion/m-p/337845#M58549</guid>
      <dc:creator>FN</dc:creator>
      <dc:date>2023-06-09T21:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: PCA total variable contribtion</title>
      <link>https://community.jmp.com/t5/Discussions/PCA-total-variable-contribtion/m-p/337993#M58568</link>
      <description>Hi,&lt;BR /&gt;I'm not aware of a direct method to get to the Total Contribution values but here is a possible work around (not particularly elegant) that may do the job for you.&lt;BR /&gt;1) Save the Partial Contribution table (right click &amp;gt; make into table)&lt;BR /&gt;2) Transpose the resulting table&lt;BR /&gt;3) Save the EigenValues table into a new table&lt;BR /&gt;4) Copy the Percent column to your Partial Contribution table&lt;BR /&gt;5) Calculate the product of each partial contribution by the corresponding Eigenvalues&lt;BR /&gt;This is rather labor intensive so if you have to retrieve this information for multiple tables, you may want to look into scripting those steps.&lt;BR /&gt;Best,&lt;BR /&gt;TS</description>
      <pubDate>Sat, 28 Nov 2020 19:37:09 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/PCA-total-variable-contribtion/m-p/337993#M58568</guid>
      <dc:creator>Thierry_S</dc:creator>
      <dc:date>2020-11-28T19:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: PCA total variable contribtion</title>
      <link>https://community.jmp.com/t5/Discussions/PCA-total-variable-contribtion/m-p/338594#M58665</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/13827"&gt;@FN&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think you are looking for loadings, or the eigenvectors * sqrt( eigenvalues ).&amp;nbsp; These are calculated in the PLS platform within JMP but not PCA.&amp;nbsp; Here is how I would go about that interactively for PCA:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6213424804001w800h432r367" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6213424804001" data-account="6058004218001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6058004218001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6213424804001w800h432r367');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://community.jmp.com/t5/video/gallerypage/video-id/6213424804001"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Dec 2020 23:00:19 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/PCA-total-variable-contribtion/m-p/338594#M58665</guid>
      <dc:creator>ih</dc:creator>
      <dc:date>2020-12-01T23:00:19Z</dc:date>
    </item>
  </channel>
</rss>

