<?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 on complex survey data in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Factor-analysis-on-complex-survey-data/m-p/870787#M43102</link>
    <description>&lt;P&gt;Each record in your data step has to have a weight. You would have to compute the weight for each record based upon the design of the survey. There is no DOMAIN statement in PROC FACTOR and so if you want that functionality, you would have to program that yourself.&lt;/P&gt;</description>
    <pubDate>Thu, 20 Apr 2023 14:00:05 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2023-04-20T14:00:05Z</dc:date>
    <item>
      <title>Factor analysis on complex survey data</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Factor-analysis-on-complex-survey-data/m-p/870773#M43095</link>
      <description>&lt;P&gt;Can I preform factor analysis for complex survey data? (I need to include a weight, cluster, strata, I also need a domain statement)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help with code for this would be much appreciated&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2023 13:35:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Factor-analysis-on-complex-survey-data/m-p/870773#M43095</guid>
      <dc:creator>byrne48</dc:creator>
      <dc:date>2023-04-20T13:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: Factor analysis on complex survey data</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Factor-analysis-on-complex-survey-data/m-p/870781#M43099</link>
      <description>&lt;P&gt;there is no SURVEY procedure for factor analysis.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think you would have to compute the proper weights for each observation and then run PROC FACTOR with the WEIGHT statement.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2023 13:51:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Factor-analysis-on-complex-survey-data/m-p/870781#M43099</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2023-04-20T13:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: Factor analysis on complex survey data</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Factor-analysis-on-complex-survey-data/m-p/870786#M43101</link>
      <description>&lt;P&gt;Thanks for your response!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just to clarify on computing proper weights&amp;nbsp; - each of my participants have an individual weight variable, is this what I would use for my weight statement?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can a domain statement be used in proc factor?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2023 13:57:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Factor-analysis-on-complex-survey-data/m-p/870786#M43101</guid>
      <dc:creator>byrne48</dc:creator>
      <dc:date>2023-04-20T13:57:29Z</dc:date>
    </item>
    <item>
      <title>Re: Factor analysis on complex survey data</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Factor-analysis-on-complex-survey-data/m-p/870787#M43102</link>
      <description>&lt;P&gt;Each record in your data step has to have a weight. You would have to compute the weight for each record based upon the design of the survey. There is no DOMAIN statement in PROC FACTOR and so if you want that functionality, you would have to program that yourself.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2023 14:00:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Factor-analysis-on-complex-survey-data/m-p/870787#M43102</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2023-04-20T14:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: Factor analysis on complex survey data</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Factor-analysis-on-complex-survey-data/m-p/871720#M43112</link>
      <description>&lt;P&gt;I suspect that the OP is working with a complex survey design and is looking for the equivalent of Proc SurveyReg.&amp;nbsp; If this is the case, at present there is &lt;STRONG&gt;NOT&lt;/STRONG&gt; a Proc SurveyFactor.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Some have examined a backdoor sort of approach -- going first to correlations.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://jesshampton.com/white-paperspresentations/proc-surveycorr/" target="_blank"&gt;https://jesshampton.com/white-paperspresentations/proc-surveycorr/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You could then create the correlation/covariance matrix that you want and feed that into Proc Factor.&amp;nbsp; I have contemplated doing this, but have never done it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;David&lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2023 21:14:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Factor-analysis-on-complex-survey-data/m-p/871720#M43112</guid>
      <dc:creator>djmangen</dc:creator>
      <dc:date>2023-04-24T21:14:20Z</dc:date>
    </item>
  </channel>
</rss>

