<?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: Confirmatory Factor Analysis on a Polychoric Correlation Matrix in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Confirmatory-Factor-Analysis-on-a-Polychoric-Correlation-Matrix/m-p/923291#M45883</link>
    <description>&lt;P&gt;Usage Note 22558: Performing factor analysis on binary or ordinal data&lt;BR /&gt;&lt;A href="https://support.sas.com/kb/22/558.html" target="_blank"&gt;https://support.sas.com/kb/22/558.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Usage Note 22529: Can PROC CALIS analyze categorical data?&lt;BR /&gt;&lt;A href="https://support.sas.com/kb/22/529.html" target="_blank"&gt;https://support.sas.com/kb/22/529.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SAS/STAT User's Guide&lt;BR /&gt;Appendix A: Special SAS Data Sets&lt;BR /&gt;&lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/v_044/statug/statug_appssds_toc.htm" target="_blank"&gt;https://go.documentation.sas.com/doc/en/pgmsascdc/v_044/statug/statug_appssds_toc.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For method=wls (same as method=adf) , you can work with &lt;STRONG&gt;inwgt=&lt;/STRONG&gt; data set!&lt;/P&gt;
&lt;P&gt;SAS/STAT User's Guide&lt;BR /&gt;The CALIS Procedure&lt;BR /&gt;&lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/statug/statug_calis_details01.htm" target="_blank"&gt;https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/statug/statug_calis_details01.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Maybe&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/60873"&gt;@jiltao&lt;/a&gt;&amp;nbsp;can give some more info.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
    <pubDate>Sat, 06 Apr 2024 15:21:23 GMT</pubDate>
    <dc:creator>sbxkoenk</dc:creator>
    <dc:date>2024-04-06T15:21:23Z</dc:date>
    <item>
      <title>Confirmatory Factor Analysis on a Polychoric Correlation Matrix</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Confirmatory-Factor-Analysis-on-a-Polychoric-Correlation-Matrix/m-p/923197#M45882</link>
      <description>&lt;P&gt;I am doing factor analyses on survey items that use a four-point ordinal scale. When I used PROC FACTOR to run my EFA, I was able to run it on the polychoric correlation matrix, which is appropriate for ordinal data. I would like to treat these data as ordinal for the CFA I am running on a second sample. My understanding is that the best way to do this is to use the&amp;nbsp;&lt;SPAN&gt;Asymptotic Distribution-Free&lt;/SPAN&gt;&amp;nbsp;(ADF) method. In PROC CALIS, it seems that METHOD=WLS achieves this. However, if I try to use the polychoric correlation matrix as the data set, I get an error that METHOD=WLS will not accept data of TYPE=_CORR_. Does anyone know a way around this problem? I tried stripping the type variable from the matrix data set, and that did not work.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the code that doesn't work. Any help would be greatly appreciated!&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;PROC CALIS DATA=POLYCHORIC MODIFICATION METHOD=WLS ;
	FACTOR ONE ===&amp;gt; &amp;amp;F1VARS, 
		   TWO ===&amp;gt; &amp;amp;F2VARS,
		   THREE ===&amp;gt; &amp;amp;F3VARS;
RUN;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2024 15:29:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Confirmatory-Factor-Analysis-on-a-Polychoric-Correlation-Matrix/m-p/923197#M45882</guid>
      <dc:creator>CBF</dc:creator>
      <dc:date>2024-04-05T15:29:29Z</dc:date>
    </item>
    <item>
      <title>Re: Confirmatory Factor Analysis on a Polychoric Correlation Matrix</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Confirmatory-Factor-Analysis-on-a-Polychoric-Correlation-Matrix/m-p/923291#M45883</link>
      <description>&lt;P&gt;Usage Note 22558: Performing factor analysis on binary or ordinal data&lt;BR /&gt;&lt;A href="https://support.sas.com/kb/22/558.html" target="_blank"&gt;https://support.sas.com/kb/22/558.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Usage Note 22529: Can PROC CALIS analyze categorical data?&lt;BR /&gt;&lt;A href="https://support.sas.com/kb/22/529.html" target="_blank"&gt;https://support.sas.com/kb/22/529.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SAS/STAT User's Guide&lt;BR /&gt;Appendix A: Special SAS Data Sets&lt;BR /&gt;&lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/v_044/statug/statug_appssds_toc.htm" target="_blank"&gt;https://go.documentation.sas.com/doc/en/pgmsascdc/v_044/statug/statug_appssds_toc.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For method=wls (same as method=adf) , you can work with &lt;STRONG&gt;inwgt=&lt;/STRONG&gt; data set!&lt;/P&gt;
&lt;P&gt;SAS/STAT User's Guide&lt;BR /&gt;The CALIS Procedure&lt;BR /&gt;&lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/statug/statug_calis_details01.htm" target="_blank"&gt;https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/statug/statug_calis_details01.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Maybe&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/60873"&gt;@jiltao&lt;/a&gt;&amp;nbsp;can give some more info.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
      <pubDate>Sat, 06 Apr 2024 15:21:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Confirmatory-Factor-Analysis-on-a-Polychoric-Correlation-Matrix/m-p/923291#M45883</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2024-04-06T15:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: Confirmatory Factor Analysis on a Polychoric Correlation Matrix</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Confirmatory-Factor-Analysis-on-a-Polychoric-Correlation-Matrix/m-p/923292#M45884</link>
      <description>&lt;P&gt;Also&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/20964"&gt;@CatTruxillo&lt;/a&gt;&amp;nbsp;might be able to help you out.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A Gentle Intro to SEM, Part 3: Measuring Latent Variables with Confirmatory Factor Analysis&lt;BR /&gt;by&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/20964"&gt;@CatTruxillo&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/A-Gentle-Intro-to-SEM-Part-3-Measuring-Latent-Variables-with/ta-p/919333" target="_blank"&gt;https://communities.sas.com/t5/SAS-Communities-Library/A-Gentle-Intro-to-SEM-Part-3-Measuring-Latent-Variables-with/ta-p/919333&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
      <pubDate>Sat, 06 Apr 2024 15:29:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Confirmatory-Factor-Analysis-on-a-Polychoric-Correlation-Matrix/m-p/923292#M45884</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2024-04-06T15:29:06Z</dc:date>
    </item>
  </channel>
</rss>

