<?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: How to use correlations in PROC CALIS for confirmatory factor analysis? in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-use-correlations-in-PROC-CALIS-for-confirmatory-factor/m-p/697329#M33637</link>
    <description>&lt;P&gt;Thank you&amp;nbsp;&lt;SPAN&gt;Paige Miller for your suggestion. It sounds that the version of SAS-Studio that my institute runs does not support the CAUSALMED procedure. On the SAS documentation page, proc causalmed is listed under:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="title-on-banner ng-binding ng-scope"&gt;SAS® 9.4 and SAS® Viya® 3.4 Programming Documentation&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=statug&amp;amp;docsetTarget=statug_causalmed_examples04.htm&amp;amp;locale=en"&gt;https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=statug&amp;amp;docsetTarget=statug_causalmed_examples04.htm&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1- do you think that might be the case and my problem is the version of my SAS software?&lt;/P&gt;&lt;P&gt;2- Are you aware of any trial/student version that I may use for this specific analysis?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
    <pubDate>Sat, 07 Nov 2020 12:05:01 GMT</pubDate>
    <dc:creator>Emma_at_SAS</dc:creator>
    <dc:date>2020-11-07T12:05:01Z</dc:date>
    <item>
      <title>How to use correlations in PROC CALIS for confirmatory factor analysis?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-use-correlations-in-PROC-CALIS-for-confirmatory-factor/m-p/586547#M28711</link>
      <description>&lt;P&gt;I am using SAS 9.4 1M6 on a Windows 10 machine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am doing a confirmatory factor analysis with ordinal variables (Likert type scales, some 1-5 and some 1-7).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I first tried doing this with PROC CALIS and an appropriate method. But method = wls gave an error that the weight matrix was singular or not positive definite (I think that my N of 202 is not enough) and method = mlm took a long time to run and produced output that was hard to interpret, so, I decided to work directly with the covariance matrix.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My old CALIS code was&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc calis data = new method = mlm;

factor
  F1 ---&amp;gt; q42 q52 q62 q72,
  F2 ---&amp;gt; q41 q51 q61 q71,
  F3 ---&amp;gt; q44 q54 q64 q74,
  F4 ---&amp;gt; q43 q53 q63 q73,
  F5 ---&amp;gt; q46 q56 q66 q76,
  F6 ---&amp;gt; q45 q55 q65 q75,
%.  ETC;


run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have now made a correlation data set using:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;/*CORRELATIONS FOR INPUT TO CALIS*/
proc corr data = new spearman out = johncorr;
var q1-q80;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but I am not quite sure how to modify my code to make it work.&amp;nbsp; Do I just change the PROC CALIS statement to have data = johncorr?&amp;nbsp; Or do I need to do more?&amp;nbsp; Should I still include all the factor statements?&lt;/P&gt;</description>
      <pubDate>Thu, 05 Sep 2019 20:17:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-use-correlations-in-PROC-CALIS-for-confirmatory-factor/m-p/586547#M28711</guid>
      <dc:creator>plf515</dc:creator>
      <dc:date>2019-09-05T20:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to use correlations in PROC CALIS for confirmatory factor analysis?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-use-correlations-in-PROC-CALIS-for-confirmatory-factor/m-p/586549#M28712</link>
      <description>&lt;P&gt;There is a CORR option in PROC CALIS, is that what you need?&lt;/P&gt;</description>
      <pubDate>Thu, 05 Sep 2019 20:22:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-use-correlations-in-PROC-CALIS-for-confirmatory-factor/m-p/586549#M28712</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2019-09-05T20:22:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to use correlations in PROC CALIS for confirmatory factor analysis?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-use-correlations-in-PROC-CALIS-for-confirmatory-factor/m-p/586557#M28714</link>
      <description>&lt;P&gt;Thanks Paige.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm not sure.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;At least for me, the documentation for CALIS does not meet SAS' usual high standard for quality.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Sep 2019 21:13:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-use-correlations-in-PROC-CALIS-for-confirmatory-factor/m-p/586557#M28714</guid>
      <dc:creator>plf515</dc:creator>
      <dc:date>2019-09-05T21:13:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to use correlations in PROC CALIS for confirmatory factor analysis?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-use-correlations-in-PROC-CALIS-for-confirmatory-factor/m-p/586561#M28715</link>
      <description>&lt;P&gt;I found the answer from SAS tech support. There is no need to modify the code more than what I did.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But they suggested perhaps treating the IVs as continuous rather than ordinal.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;</description>
      <pubDate>Thu, 05 Sep 2019 21:24:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-use-correlations-in-PROC-CALIS-for-confirmatory-factor/m-p/586561#M28715</guid>
      <dc:creator>plf515</dc:creator>
      <dc:date>2019-09-05T21:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to use correlations in PROC CALIS for confirmatory factor analysis?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-use-correlations-in-PROC-CALIS-for-confirmatory-factor/m-p/697207#M33626</link>
      <description>&lt;P&gt;Dear plf515,&lt;/P&gt;&lt;P&gt;I have a question about using proc CALIS that I think your experience may help me. I want to use proc CALIS for mediation analysis.&amp;nbsp;&lt;/P&gt;&lt;P&gt;independent variables: Ordinal Likert type&lt;/P&gt;&lt;P&gt;Mediator: binary&lt;/P&gt;&lt;P&gt;response variable: binary&lt;/P&gt;&lt;P&gt;I see you got support from the SAS team and the suggested to treat your ordinal variables as continuous. Do you have any suggestions for my type of variable?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Maryam&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Nov 2020 17:39:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-use-correlations-in-PROC-CALIS-for-confirmatory-factor/m-p/697207#M33626</guid>
      <dc:creator>Emma_at_SAS</dc:creator>
      <dc:date>2020-11-06T17:39:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to use correlations in PROC CALIS for confirmatory factor analysis?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-use-correlations-in-PROC-CALIS-for-confirmatory-factor/m-p/697230#M33633</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/84351"&gt;@Emma_at_SAS&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Dear plf515,&lt;/P&gt;
&lt;P&gt;I have a question about using proc CALIS that I think your experience may help me. I want to use proc CALIS for mediation analysis.&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;PROC CAUSALMED does mediation analysis. You should see if that meets your needs.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=statug&amp;amp;docsetTarget=statug_causalmed_overview.htm&amp;amp;locale=en" target="_blank"&gt;https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=statug&amp;amp;docsetTarget=statug_causalmed_overview.htm&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Nov 2020 20:03:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-use-correlations-in-PROC-CALIS-for-confirmatory-factor/m-p/697230#M33633</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-11-06T20:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to use correlations in PROC CALIS for confirmatory factor analysis?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-use-correlations-in-PROC-CALIS-for-confirmatory-factor/m-p/697329#M33637</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;SPAN&gt;Paige Miller for your suggestion. It sounds that the version of SAS-Studio that my institute runs does not support the CAUSALMED procedure. On the SAS documentation page, proc causalmed is listed under:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="title-on-banner ng-binding ng-scope"&gt;SAS® 9.4 and SAS® Viya® 3.4 Programming Documentation&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=statug&amp;amp;docsetTarget=statug_causalmed_examples04.htm&amp;amp;locale=en"&gt;https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=statug&amp;amp;docsetTarget=statug_causalmed_examples04.htm&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1- do you think that might be the case and my problem is the version of my SAS software?&lt;/P&gt;&lt;P&gt;2- Are you aware of any trial/student version that I may use for this specific analysis?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Sat, 07 Nov 2020 12:05:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-use-correlations-in-PROC-CALIS-for-confirmatory-factor/m-p/697329#M33637</guid>
      <dc:creator>Emma_at_SAS</dc:creator>
      <dc:date>2020-11-07T12:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to use correlations in PROC CALIS for confirmatory factor analysis?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-use-correlations-in-PROC-CALIS-for-confirmatory-factor/m-p/697334#M33639</link>
      <description>&lt;P&gt;Sorry, I don't know the answers to these questions. You could always contact SAS Tech Support.&lt;/P&gt;</description>
      <pubDate>Sat, 07 Nov 2020 13:18:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-use-correlations-in-PROC-CALIS-for-confirmatory-factor/m-p/697334#M33639</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-11-07T13:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to use correlations in PROC CALIS for confirmatory factor analysis?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-use-correlations-in-PROC-CALIS-for-confirmatory-factor/m-p/697336#M33640</link>
      <description>&lt;P&gt;Thank you for your suggestion! I will contact the SAS tech support.&lt;/P&gt;</description>
      <pubDate>Sat, 07 Nov 2020 13:33:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-use-correlations-in-PROC-CALIS-for-confirmatory-factor/m-p/697336#M33640</guid>
      <dc:creator>Emma_at_SAS</dc:creator>
      <dc:date>2020-11-07T13:33:51Z</dc:date>
    </item>
  </channel>
</rss>

