<?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: Principal components for 10000 variable dataset in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Principal-components-for-10000-variable-dataset/m-p/179514#M302794</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. I will try your suggestions. Sorry my question wasnt very clear. I think due to the size of the result data, SAS output just fails to open the results which are over 1GB is size. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Jul 2014 12:06:45 GMT</pubDate>
    <dc:creator>gagagu</dc:creator>
    <dc:date>2014-07-15T12:06:45Z</dc:date>
    <item>
      <title>Principal components for 10000 variable dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Principal-components-for-10000-variable-dataset/m-p/179512#M302792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a dataset which i need to run a clustering algorithm on. First step is to reduce the dataset's dimensions as it has 10400 variables. I use PROC PRINCOMP but the resulting files are so huge they wont open in SAS Results Viewer&lt;/P&gt;&lt;P&gt;Does anyone have a suggestion on how i can access the eigenvalues/eigenvectors tables resulting from the PRINCOMP procedure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2014 11:18:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Principal-components-for-10000-variable-dataset/m-p/179512#M302792</guid>
      <dc:creator>gagagu</dc:creator>
      <dc:date>2014-07-15T11:18:02Z</dc:date>
    </item>
    <item>
      <title>Re: Principal components for 10000 variable dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Principal-components-for-10000-variable-dataset/m-p/179513#M302793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure if I understood your question properly, but if you are simply looking for a way to check where the result data is use "ods trace on" to find out the name (&lt;A href="http://support.sas.com/documentation/cdl/en/odsug/61723/HTML/default/viewer.htm#a002233618.htm" title="http://support.sas.com/documentation/cdl/en/odsug/61723/HTML/default/viewer.htm#a002233618.htm"&gt;SAS(R) 9.2 Output Delivery System: User's Guide&lt;/A&gt;) and "ods output" to get the data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2014 11:59:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Principal-components-for-10000-variable-dataset/m-p/179513#M302793</guid>
      <dc:creator>user24feb</dc:creator>
      <dc:date>2014-07-15T11:59:33Z</dc:date>
    </item>
    <item>
      <title>Re: Principal components for 10000 variable dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Principal-components-for-10000-variable-dataset/m-p/179514#M302794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. I will try your suggestions. Sorry my question wasnt very clear. I think due to the size of the result data, SAS output just fails to open the results which are over 1GB is size. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2014 12:06:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Principal-components-for-10000-variable-dataset/m-p/179514#M302794</guid>
      <dc:creator>gagagu</dc:creator>
      <dc:date>2014-07-15T12:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: Principal components for 10000 variable dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Principal-components-for-10000-variable-dataset/m-p/179515#M302795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods listing close;&lt;/P&gt;&lt;P&gt;ods html close;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods output eigenvalues=eigenvalues eigenvectors=eigenvectors;&lt;/P&gt;&lt;P&gt;proc princomp ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;ods listing;&lt;/P&gt;&lt;P&gt;ods html;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can dispense with the html stuff if you are doing this in batch.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2014 12:58:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Principal-components-for-10000-variable-dataset/m-p/179515#M302795</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2014-07-15T12:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: Principal components for 10000 variable dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Principal-components-for-10000-variable-dataset/m-p/179516#M302796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or try Cronbach's coefficient Alpha of proc corr , Check the example 5 in its documentation.&lt;/P&gt;&lt;P&gt;or try&lt;STRONG&gt; proc varclus&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2014 13:55:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Principal-components-for-10000-variable-dataset/m-p/179516#M302796</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2014-07-15T13:55:52Z</dc:date>
    </item>
    <item>
      <title>Re: Principal components for 10000 variable dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Principal-components-for-10000-variable-dataset/m-p/179517#M302797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you want to run clustering algorithm on original variables or on principal components?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2014 14:11:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Principal-components-for-10000-variable-dataset/m-p/179517#M302797</guid>
      <dc:creator>stat_sas</dc:creator>
      <dc:date>2014-07-15T14:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: Principal components for 10000 variable dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Principal-components-for-10000-variable-dataset/m-p/179518#M302798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Steve,&lt;/P&gt;&lt;P&gt;This worked worked. Managed to read the eigenvectors/eigenvalues data from the temp library. &lt;/P&gt;&lt;P&gt;Much appreciated,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2014 15:33:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Principal-components-for-10000-variable-dataset/m-p/179518#M302798</guid>
      <dc:creator>gagagu</dc:creator>
      <dc:date>2014-07-15T15:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: Principal components for 10000 variable dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Principal-components-for-10000-variable-dataset/m-p/179519#M302799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@ stat@sas ... i want to run clustering on principal components&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just want to say thanks to you all for your responses. I have managed to access &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;the proc princomp results now. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2014 15:40:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Principal-components-for-10000-variable-dataset/m-p/179519#M302799</guid>
      <dc:creator>gagagu</dc:creator>
      <dc:date>2014-07-15T15:40:10Z</dc:date>
    </item>
  </channel>
</rss>

