<?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: Factor analysis in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/Factor-analysis/m-p/418549#M6411</link>
    <description>&lt;P&gt;Just worked for me with no problem.&amp;nbsp; I suppose the answer depends on how much memory and other resources you have.&amp;nbsp; It takes a few minutes to display all of the output.&amp;nbsp; The computations are pretty fast.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;
data x;
   array x[1000];
   do i = 1 to 3000;
      do j = 1 to 1000;
         x[j] = normal(104);
      end;
      output;
   end;
run;
   
proc factor;
run;
   &lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 05 Dec 2017 17:26:04 GMT</pubDate>
    <dc:creator>WarrenKuhfeld</dc:creator>
    <dc:date>2017-12-05T17:26:04Z</dc:date>
    <item>
      <title>Factor analysis</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Factor-analysis/m-p/418502#M6408</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a dataset of 3000 observations but the number of variables I want to run factor analysis on is more than 1000 based on which I want to create factors. Will SAS be capable of performing factor analysis on so many variables in one shot or is there some other way out?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2017 15:24:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Factor-analysis/m-p/418502#M6408</guid>
      <dc:creator>Lopa2016</dc:creator>
      <dc:date>2017-12-05T15:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: Factor analysis</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Factor-analysis/m-p/418549#M6411</link>
      <description>&lt;P&gt;Just worked for me with no problem.&amp;nbsp; I suppose the answer depends on how much memory and other resources you have.&amp;nbsp; It takes a few minutes to display all of the output.&amp;nbsp; The computations are pretty fast.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;
data x;
   array x[1000];
   do i = 1 to 3000;
      do j = 1 to 1000;
         x[j] = normal(104);
      end;
      output;
   end;
run;
   
proc factor;
run;
   &lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 05 Dec 2017 17:26:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Factor-analysis/m-p/418549#M6411</guid>
      <dc:creator>WarrenKuhfeld</dc:creator>
      <dc:date>2017-12-05T17:26:04Z</dc:date>
    </item>
  </channel>
</rss>

