<?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 Scores with Factor Analysis using tetrachoric correlations in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Factor-Scores-with-Factor-Analysis-using-tetrachoric/m-p/961482#M48169</link>
    <description>&lt;DIV class="MainContentArea_mainContentNav__1G3Q6  navbar navbar-expand navbar-light" role="none"&gt;
&lt;DIV class="MainContentArea_leftNav__20Qv_"&gt;
&lt;DIV class="MainContentArea_title__38xiz"&gt;
&lt;DIV class="heading cf"&gt;
&lt;P&gt;&lt;SPAN&gt;Use ODS OUTPUT (ODS = Output Delivery System) ...&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL class="lia-list-style-type-square"&gt;
&lt;LI&gt;&lt;SPAN&gt;ODS Output&amp;nbsp;FinalCommunWgt = work.FinalCommunWgt ;&lt;BR /&gt;(or maybe another table ... the one containing what you want)&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/DIV&gt;
&lt;DIV class="post-meta cf"&gt;
&lt;H1 class="post-title item fn"&gt;ODS OUTPUT: Store any statistic created by any SAS procedure&lt;/H1&gt;
&lt;SPAN class="posted-by"&gt;By&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="reviewer"&gt;&lt;A title="Posts by Rick Wicklin" href="https://blogs.sas.com/content/author/rickwicklin/" target="_blank" rel="author noopener"&gt;Rick Wicklin&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;on&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://blogs.sas.com/content/iml/" target="_blank" rel="noopener"&gt;The DO Loop&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="posted-on"&gt;&lt;SPAN class="dtreviewed"&gt;&lt;TIME class="value-title" title="2017-01-09" datetime="2017-01-09T05:28:40-05:00"&gt;January 9, 2017&lt;BR /&gt;&lt;A href="https://blogs.sas.com/content/iml/2017/01/09/ods-output-any-statistic.html" target="_blank" rel="noopener"&gt;https://blogs.sas.com/content/iml/2017/01/09/ods-output-any-statistic.html&lt;/A&gt;&lt;BR /&gt;&lt;/TIME&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="post-meta cf"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="post-meta cf"&gt;Here's the list of ODS table names (tables that PROC FACTOR can produce via ODS OUTPUT statement ... depending on the setting and options)&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV class="MainContentArea_title__38xiz"&gt;&lt;A class="breadcrumb-link" href="https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/statug/titlepage.htm" target="_blank" rel="noopener"&gt;SAS/STAT User's Guide&lt;/A&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV class="MainContentArea_pagenav__A9Xkt"&gt;
&lt;DIV class="ContentNavigation_contentnavigation__3nQTs contentnavigation"&gt;
&lt;DIV class="ContentNavigation_nextBtn__1l_iq nextBtn" role="application"&gt;&lt;SPAN&gt;The FACTOR Procedure&lt;BR /&gt;&lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/statug/statug_factor_details15.htm" target="_blank" rel="noopener"&gt;https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/statug/statug_factor_details15.htm&lt;/A&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="ContentNavigation_nextBtn__1l_iq nextBtn" role="application"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="ContentNavigation_nextBtn__1l_iq nextBtn" role="application"&gt;What is polychoric correlation?&amp;nbsp;&lt;BR /&gt;By Rick Wicklin on The DO Loop December 11, 2023&lt;BR /&gt;&lt;A href="https://blogs.sas.com/content/iml/2023/12/11/polychoric-correlation.html" target="_blank" rel="noopener"&gt;https://blogs.sas.com/content/iml/2023/12/11/polychoric-correlation.html&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV class="ContentNavigation_nextBtn__1l_iq nextBtn" role="application"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="ContentNavigation_nextBtn__1l_iq nextBtn" role="application"&gt;BR, Koen&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
    <pubDate>Mon, 10 Mar 2025 19:56:44 GMT</pubDate>
    <dc:creator>sbxkoenk</dc:creator>
    <dc:date>2025-03-10T19:56:44Z</dc:date>
    <item>
      <title>Factor Scores with Factor Analysis using tetrachoric correlations</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Factor-Scores-with-Factor-Analysis-using-tetrachoric/m-p/961363#M48159</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am conducting a factor analysis on a matrix of&amp;nbsp;tetrachoric correlations (since my vars are binary).&lt;/P&gt;&lt;P&gt;I create the matrix using PROC CORR, and then use that as input dataset for PROC FACTOR.&lt;/P&gt;&lt;P&gt;I would like, however, compute factor scores for the two factors that I extract, and have them added to the original dataset (DATA).&lt;/P&gt;&lt;P&gt;Proc factor does not do that when the input is not raw data but a matrix of correlations. I can of course extract coefficients, and then do it "manually".&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to do this automatically?&lt;/P&gt;&lt;P&gt;Syntax below.&lt;/P&gt;&lt;P&gt;Thank you all in advance.&lt;/P&gt;&lt;P&gt;Eman&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc corr data = DATA polychoric out=TETCORR;&lt;BR /&gt;var x1-x10;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;proc factor data=TETCORR (type=corr) nfactors=2 method=prin rotate=oblimin ;&lt;BR /&gt;var x1-x10;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Mar 2025 00:06:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Factor-Scores-with-Factor-Analysis-using-tetrachoric/m-p/961363#M48159</guid>
      <dc:creator>emaneman</dc:creator>
      <dc:date>2025-03-10T00:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: Factor Scores with Factor Analysis using tetrachoric correlations</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Factor-Scores-with-Factor-Analysis-using-tetrachoric/m-p/961482#M48169</link>
      <description>&lt;DIV class="MainContentArea_mainContentNav__1G3Q6  navbar navbar-expand navbar-light" role="none"&gt;
&lt;DIV class="MainContentArea_leftNav__20Qv_"&gt;
&lt;DIV class="MainContentArea_title__38xiz"&gt;
&lt;DIV class="heading cf"&gt;
&lt;P&gt;&lt;SPAN&gt;Use ODS OUTPUT (ODS = Output Delivery System) ...&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL class="lia-list-style-type-square"&gt;
&lt;LI&gt;&lt;SPAN&gt;ODS Output&amp;nbsp;FinalCommunWgt = work.FinalCommunWgt ;&lt;BR /&gt;(or maybe another table ... the one containing what you want)&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/DIV&gt;
&lt;DIV class="post-meta cf"&gt;
&lt;H1 class="post-title item fn"&gt;ODS OUTPUT: Store any statistic created by any SAS procedure&lt;/H1&gt;
&lt;SPAN class="posted-by"&gt;By&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="reviewer"&gt;&lt;A title="Posts by Rick Wicklin" href="https://blogs.sas.com/content/author/rickwicklin/" target="_blank" rel="author noopener"&gt;Rick Wicklin&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;on&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://blogs.sas.com/content/iml/" target="_blank" rel="noopener"&gt;The DO Loop&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="posted-on"&gt;&lt;SPAN class="dtreviewed"&gt;&lt;TIME class="value-title" title="2017-01-09" datetime="2017-01-09T05:28:40-05:00"&gt;January 9, 2017&lt;BR /&gt;&lt;A href="https://blogs.sas.com/content/iml/2017/01/09/ods-output-any-statistic.html" target="_blank" rel="noopener"&gt;https://blogs.sas.com/content/iml/2017/01/09/ods-output-any-statistic.html&lt;/A&gt;&lt;BR /&gt;&lt;/TIME&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="post-meta cf"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="post-meta cf"&gt;Here's the list of ODS table names (tables that PROC FACTOR can produce via ODS OUTPUT statement ... depending on the setting and options)&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV class="MainContentArea_title__38xiz"&gt;&lt;A class="breadcrumb-link" href="https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/statug/titlepage.htm" target="_blank" rel="noopener"&gt;SAS/STAT User's Guide&lt;/A&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV class="MainContentArea_pagenav__A9Xkt"&gt;
&lt;DIV class="ContentNavigation_contentnavigation__3nQTs contentnavigation"&gt;
&lt;DIV class="ContentNavigation_nextBtn__1l_iq nextBtn" role="application"&gt;&lt;SPAN&gt;The FACTOR Procedure&lt;BR /&gt;&lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/statug/statug_factor_details15.htm" target="_blank" rel="noopener"&gt;https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/statug/statug_factor_details15.htm&lt;/A&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="ContentNavigation_nextBtn__1l_iq nextBtn" role="application"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="ContentNavigation_nextBtn__1l_iq nextBtn" role="application"&gt;What is polychoric correlation?&amp;nbsp;&lt;BR /&gt;By Rick Wicklin on The DO Loop December 11, 2023&lt;BR /&gt;&lt;A href="https://blogs.sas.com/content/iml/2023/12/11/polychoric-correlation.html" target="_blank" rel="noopener"&gt;https://blogs.sas.com/content/iml/2023/12/11/polychoric-correlation.html&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV class="ContentNavigation_nextBtn__1l_iq nextBtn" role="application"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="ContentNavigation_nextBtn__1l_iq nextBtn" role="application"&gt;BR, Koen&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 10 Mar 2025 19:56:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Factor-Scores-with-Factor-Analysis-using-tetrachoric/m-p/961482#M48169</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2025-03-10T19:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: Factor Scores with Factor Analysis using tetrachoric correlations</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Factor-Scores-with-Factor-Analysis-using-tetrachoric/m-p/961491#M48172</link>
      <description>&lt;P&gt;hello Koen,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for your feedback. What I need cannot be directly outputted by the PROC FACTOR in my case, since I use a matrix of correlation and not raw data.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think, however, that i have found the solution. The last file produced(FATSCORE2) in the following sequence includes the factor scores for factor 1 and factor 2.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc corr data = DATA polychoric out=TETCORR noprint;&lt;BR /&gt;var x1-x10;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;proc factor data=TETCORR (type=corr) nfactors=2 method=prin rotate=oblimin&amp;nbsp;score outstat=P2 ;&lt;BR /&gt;var x1-x10;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PROC STANDARD DATA=DATA MEAN=0 STD=1 OUT=DATAst;&lt;BR /&gt;VAR&lt;BR /&gt;var x1-x10;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc score data=DATAst score=P2 out=FATSCORE2;&lt;BR /&gt;var x1-x10;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Mar 2025 21:51:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Factor-Scores-with-Factor-Analysis-using-tetrachoric/m-p/961491#M48172</guid>
      <dc:creator>emaneman</dc:creator>
      <dc:date>2025-03-10T21:51:51Z</dc:date>
    </item>
    <item>
      <title>Re: Factor Scores with Factor Analysis using tetrachoric correlations</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Factor-Scores-with-Factor-Analysis-using-tetrachoric/m-p/961913#M48199</link>
      <description>&lt;P&gt;CORRECTION&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the previous post the syntax for PROC CORR contained a mistake.&lt;/P&gt;&lt;P&gt;The option to output the correlation matrix should be:&lt;/P&gt;&lt;P&gt;OUTPLC=&lt;SPAN&gt;TETCORR (instead of&amp;nbsp;out=TETCORR).&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Mar 2025 17:09:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Factor-Scores-with-Factor-Analysis-using-tetrachoric/m-p/961913#M48199</guid>
      <dc:creator>emaneman</dc:creator>
      <dc:date>2025-03-14T17:09:13Z</dc:date>
    </item>
  </channel>
</rss>

