<?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: PRINCOMP- PCA in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/PRINCOMP-PCA/m-p/274253#M14465</link>
    <description>Maybe some variables have linear correlation relation(multiple colinearity ). Drop some variables.
Maybe you should use VARCOMP Procedure  to check firstly .</description>
    <pubDate>Wed, 01 Jun 2016 01:39:47 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2016-06-01T01:39:47Z</dc:date>
    <item>
      <title>PRINCOMP- PCA</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PRINCOMP-PCA/m-p/274163#M14447</link>
      <description>&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;While execution of PRINCOMP function in SAS message is coming as follows:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;WARNING: The Correlation Matrix is not positive definite.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;What is the significance and how to overcome.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sougata Das.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 31 May 2016 17:38:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PRINCOMP-PCA/m-p/274163#M14447</guid>
      <dc:creator>dsougata82</dc:creator>
      <dc:date>2016-05-31T17:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: PRINCOMP- PCA</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PRINCOMP-PCA/m-p/274253#M14465</link>
      <description>Maybe some variables have linear correlation relation(multiple colinearity ). Drop some variables.
Maybe you should use VARCOMP Procedure  to check firstly .</description>
      <pubDate>Wed, 01 Jun 2016 01:39:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PRINCOMP-PCA/m-p/274253#M14465</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-06-01T01:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: PRINCOMP- PCA</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PRINCOMP-PCA/m-p/274306#M14466</link>
      <description>&lt;P&gt;Dear SIr,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Thanks for reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am doing comparison of five samples based on variables (having wide variation in numerical value and different in terms of units). Using only Score and Pattern plot for comparison. The total programme I followed stated below.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;******************************************************************************************************************************&lt;/P&gt;&lt;P&gt;data acidification;&lt;BR /&gt;input ExperimentNumber $1-5&lt;BR /&gt;LagPhase&lt;BR /&gt;TimeCurdFormation&lt;BR /&gt;pH_FourHour&lt;BR /&gt;pH_SixteenHour&lt;BR /&gt;RateMaxAcidification&lt;BR /&gt;TimeMaxAcidification&lt;BR /&gt;pH_MaxAcidification&lt;BR /&gt;TimeRangeFastAcidification&lt;BR /&gt;pHRangeFastAcidification&lt;BR /&gt;;&lt;BR /&gt;datalines;&lt;BR /&gt;Cntrl 48 253 4.729 4.185 -0.014 106 5.484 72 0.785&lt;BR /&gt;Ex-18 39 205 4.618 3.979 -0.018 83 5.617 68 0.948&lt;BR /&gt;Ex-20 39 267 4.762 4.127 -0.018 72 5.788 52 0.992&lt;BR /&gt;Ex-21 56 305 4.860 4.149 -0.017 91 5.808 58 0.682&lt;BR /&gt;Ex-22 42 302 4.837 4.155 -0.016 77 5.881 71 0.793&lt;BR /&gt;;&lt;BR /&gt;proc print data=acidification;&lt;BR /&gt;ods graphics on;&lt;BR /&gt;proc princomp data=acidification&lt;BR /&gt;Plots (ncomp=2)=pattern;&lt;BR /&gt;run;&lt;BR /&gt;ods graphics off;&lt;BR /&gt;ods graphics on;&lt;BR /&gt;proc princomp data=acidification&lt;BR /&gt;plots (ncomp=2)=score;&lt;BR /&gt;id ExperimentNumber;&lt;BR /&gt;run;&lt;BR /&gt;ods graphics off;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;********************************************************************************************************************************************************&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is not possible to drop variables for me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;VARCOMP - procedures will alow to have plots like score/pattern?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sougata Das&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2016 07:44:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PRINCOMP-PCA/m-p/274306#M14466</guid>
      <dc:creator>dsougata82</dc:creator>
      <dc:date>2016-06-01T07:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: PRINCOMP- PCA</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PRINCOMP-PCA/m-p/274312#M14468</link>
      <description>&lt;P&gt;The number of obs is less than the number of variables, That doesn't look right. Your Matrix is singular , maybe that is the reason.&lt;/P&gt;
&lt;P&gt;If you transpose them ,you will get rid of these WARRNING, but maybe that is not what you want.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;data acidification;&lt;BR /&gt;input ExperimentNumber $1-5&lt;BR /&gt;LagPhase&lt;BR /&gt;TimeCurdFormation&lt;BR /&gt;pH_FourHour&lt;BR /&gt;pH_SixteenHour&lt;BR /&gt;RateMaxAcidification&lt;BR /&gt;TimeMaxAcidification&lt;BR /&gt;pH_MaxAcidification&lt;BR /&gt;TimeRangeFastAcidification&lt;BR /&gt;pHRangeFastAcidification&lt;BR /&gt;;&lt;BR /&gt;datalines;&lt;BR /&gt;Cntrl 48 253 4.729 4.185 -0.014 106 5.484 72 0.785&lt;BR /&gt;Ex-18 39 205 4.618 3.979 -0.018 83 5.617 68 0.948&lt;BR /&gt;Ex-20 39 267 4.762 4.127 -0.018 72 5.788 52 0.992&lt;BR /&gt;Ex-21 56 305 4.860 4.149 -0.017 91 5.808 58 0.682&lt;BR /&gt;Ex-22 42 302 4.837 4.155 -0.016 77 5.881 71 0.793&lt;BR /&gt;;&lt;BR /&gt;proc transpose data=acidification out=have;&lt;BR /&gt;var&lt;BR /&gt;LagPhase&lt;BR /&gt;TimeCurdFormation&lt;BR /&gt;pH_FourHour&lt;BR /&gt;pH_SixteenHour&lt;BR /&gt;RateMaxAcidification&lt;BR /&gt;TimeMaxAcidification&lt;BR /&gt;pH_MaxAcidification&lt;BR /&gt;TimeRangeFastAcidification&lt;BR /&gt;pHRangeFastAcidification;&lt;BR /&gt;run;&lt;BR /&gt;ods graphics on;&lt;BR /&gt;proc princomp data=have&lt;BR /&gt;Plots (ncomp=2)=pattern;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;proc princomp data=have&lt;BR /&gt;plots (ncomp=2)=score;&lt;BR /&gt;id _name_;&lt;BR /&gt;run;&lt;/PRE&gt;
&lt;P&gt;Check Rick's blog about PRINCOMP.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.sas.com/content/iml/2014/11/07/distribution-of-blood-types.html" target="_blank"&gt;http://blogs.sas.com/content/iml/2014/11/07/distribution-of-blood-types.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2016 08:15:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PRINCOMP-PCA/m-p/274312#M14468</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-06-01T08:15:12Z</dc:date>
    </item>
  </channel>
</rss>

